chore: correct watcher
This commit is contained in:
@@ -113,8 +113,8 @@ const targetPosition = $(controlledComputed($$(targetHandle), () => (targetHandl
|
|||||||
onMounted(() => {
|
onMounted(() => {
|
||||||
watch(
|
watch(
|
||||||
[
|
[
|
||||||
sourcePosition,
|
$$(sourcePosition),
|
||||||
targetPosition,
|
$$(targetPosition),
|
||||||
() => sourceNode.position,
|
() => sourceNode.position,
|
||||||
() => targetNode.position,
|
() => targetNode.position,
|
||||||
() => sourceNode.computedPosition,
|
() => sourceNode.computedPosition,
|
||||||
|
|||||||
Reference in New Issue
Block a user