fix(core): check if position is a number and not if it's truthy
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
@@ -53,9 +53,8 @@ const connectionLineVisible = $(
|
||||
let groups = $ref<ReturnType<typeof groupEdgesByZLevel>>([])
|
||||
|
||||
let stop: WatchStopHandle
|
||||
|
||||
onPaneReady(() => {
|
||||
watch(
|
||||
stop = watch(
|
||||
[
|
||||
$$(getSelectedNodes),
|
||||
$$(getEdges),
|
||||
|
||||
Reference in New Issue
Block a user