chore(core): cleanup deprecation notices (#1527)

* chore(core): cleanup `getNodes` usage from Pane

* chore(core): cleanup deprecation notices
This commit is contained in:
Braks
2024-07-09 00:42:51 +02:00
parent 9feb0359da
commit 0a0dfe96f1
3 changed files with 39 additions and 24 deletions
+2 -2
View File
@@ -12,7 +12,7 @@ const { isSelecting, selectionKeyPressed } = defineProps<{ isSelecting: boolean;
const {
vueFlowRef,
getNodes,
nodes,
viewport,
emits,
userSelectionActive,
@@ -171,7 +171,7 @@ function onPointerMove(event: PointerEvent) {
}
const selectedNodes = getNodesInside(
getNodes.value,
nodes.value,
nextUserSelectRect,
viewport.value,
selectionMode.value === SelectionMode.Partial,