diff --git a/docs/components/home/flows/RGB.vue b/docs/components/home/flows/RGB.vue index 31ea15d3..36219c8e 100644 --- a/docs/components/home/flows/RGB.vue +++ b/docs/components/home/flows/RGB.vue @@ -31,10 +31,6 @@ const { onPaneReady, getNode, panOnDrag } = useVueFlow({ { id: 'e3-4', type: 'rgb-line', data: { color: 'blue' }, source: '3', target: '4', animated: true }, ], zoomOnScroll: false, - nodeExtent: [ - [-50, -150], - [500, 300], - ], preventScrolling: false, }) diff --git a/examples/vite/src/Basic/Basic.vue b/examples/vite/src/Basic/Basic.vue index 3668ce3c..cba779d4 100644 --- a/examples/vite/src/Basic/Basic.vue +++ b/examples/vite/src/Basic/Basic.vue @@ -1,14 +1,14 @@