diff --git a/packages/core/src/container/Pane/Pane.vue b/packages/core/src/container/Pane/Pane.vue index 26d2406a..204a29ca 100644 --- a/packages/core/src/container/Pane/Pane.vue +++ b/packages/core/src/container/Pane/Pane.vue @@ -12,7 +12,6 @@ import { getMousePosition } from './utils' const { isSelecting } = defineProps<{ isSelecting: boolean }>() const { - id, vueFlowRef, getNodes, getEdges, @@ -252,7 +251,6 @@ export default {