diff --git a/packages/core/src/composables/useHandle.ts b/packages/core/src/composables/useHandle.ts index 26f8671a..ae23fb12 100644 --- a/packages/core/src/composables/useHandle.ts +++ b/packages/core/src/composables/useHandle.ts @@ -114,7 +114,7 @@ export function useHandle({ // when the user is moving the mouse close to the edge of the canvas while connecting we move the canvas const autoPan = () => { - if (!autoPanOnConnect) { + if (!autoPanOnConnect.value) { return }