chore(core): cleanup
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
@@ -57,9 +57,9 @@ let stop: WatchStopHandle
|
||||
onPaneReady(() => {
|
||||
stop = watch(
|
||||
[
|
||||
$$(getSelectedNodes),
|
||||
$$(getEdges),
|
||||
() => getEdges.length,
|
||||
() => getEdges.map((e) => e.zIndex),
|
||||
() => (elevateEdgesOnSelect ? getSelectedNodes.length : 0),
|
||||
() => (elevateEdgesOnSelect ? getNodesInitialized.map((n) => n.computedPosition.z) : []),
|
||||
],
|
||||
() => {
|
||||
|
||||
Reference in New Issue
Block a user