Replace reactive DragAndScale proxy with callback (#3915)

This commit is contained in:
filtered
2025-05-17 11:58:21 +10:00
committed by GitHub
parent 2885ebf5e0
commit 068279ec34
2 changed files with 1 additions and 4 deletions

View File

@@ -57,9 +57,7 @@ whenever(
{ immediate: true }
)
whenever(() => canvasStore.getCanvas().ds.state, positionSelectionOverlay, {
deep: true
})
canvasStore.getCanvas().ds.onChanged = positionSelectionOverlay
watch(
() => canvasStore.canvas?.state?.draggingItems,