bcakmakoglu / vue-flow

A highly customizable Flowchart component for Vue 3. Features seamless zoom & pan 🔎, additional components like a Minimap 🗺 and utilities to interact with state and graph.
https://vueflow.dev/
MIT License
4.03k stars 259 forks source link

🐛 [BUG]: `autoPanOnConnect` does not disable panning during connections #1403

Closed bcakmakoglu closed 5 months ago

bcakmakoglu commented 5 months ago

Is there an existing issue for this?

Current Behavior

When this prop is set as :auto-pan-on-connect="false panning still happens during a connection.

Expected Behavior

When the prop is disabled there should be no auto-panning during a connection.

Steps To Reproduce

No response

Relevant log output

No response

Anything else?

No response

bcakmakoglu commented 5 months ago

Fixed with 1.33.8