joyceworks / flowchart-vue

Flowchart & designer component for Vue.js.
MIT License
345 stars 75 forks source link

Detect ctrl+mousedown shortcut and move all elements in the same time. #54

Closed mrzygood closed 2 years ago

mrzygood commented 2 years ago

It gaves sense of unlimited modeling space.

iamppz commented 2 years ago

Ctrl + mousedown is used for zoom-in the chart, you can press ctrl + A to select all nodes, and press arrow keys to move them

mrzygood commented 2 years ago

Ctrl + mousedown is used for zoom-in the chart, you can press ctrl + A to select all nodes, and press arrow keys to move them

Are you sure? Maybe you mean ctrl + scrolling down?

iamppz commented 2 years ago

My mistake, just merge and published 0.22.0 to NPM