You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
you currently support CTRL+Click for adding a node to the selection. I also need SHIFT+Click for selection which is a very common pattern.
The desired behaviour for shift-click is:
If there is no node selected, select that node
Keep track of the node that was last selected
When shift-clicking on a node, select all elements between last selected node and the node that was selected
If the last selected and newly selected node do not belong to the same parent node there are several options. Default should probably be to clear the previous selection and select the new node. Other option is to select all nodes in-between that are at the same depth or even including the parent nodes.
Since the node event currently does not emit the original mouse event I have no way of implementing this client-side.
Do you think thats possible to add?
The text was updated successfully, but these errors were encountered:
Hi,
you currently support CTRL+Click for adding a node to the selection. I also need SHIFT+Click for selection which is a very common pattern.
The desired behaviour for shift-click is:
Since the node event currently does not emit the original mouse event I have no way of implementing this client-side.
Do you think thats possible to add?
The text was updated successfully, but these errors were encountered: