fix(edges): edges not returned by getter on pane ready event

This commit is contained in:
braks
2022-10-10 21:33:44 +02:00
committed by Braks
parent e175cf8157
commit 607c7c0e69
2 changed files with 2 additions and 14 deletions
@@ -89,9 +89,7 @@ onPaneReady(() => {
]
}
},
{
immediate: true,
},
{ immediate: true },
)
})
})