Replies: 1 comment
-
|
Well, seems I can use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using vue-flow with great satisfaction, but there is one thing I'm not able to figure out from the documentation.
With shift down, if you drag the mouse around you can select multiple nodes (lazo select). Releasing the mouse you see the nodes selected and the area that contains them highlighted.
At the end the
selection-endevent is fired. But how to get the id list of the selected nodes from this event handler? Or there are other events more useful? I triedselection-drag-endbut it does not fire.Beta Was this translation helpful? Give feedback.
All reactions