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
Two SelectionChanged events are triggered when calling NodifyEditor.EndSelecting if the selection contains both connections and item containers.
To Reproduce
Select at least one connection and one item container
Start and complete a new selection in the editor by clicking on empty space
Expected behavior
I would expect a single (custom?) SelectionChanged event to be raised, containing information about the selected and deselected connections and items.
Additional context
Implementing correct behavior for selection undo/redo may be challenging without this improvement.
The text was updated successfully, but these errors were encountered:
Two
SelectionChanged
events are triggered when callingNodifyEditor.EndSelecting
if the selection contains both connections and item containers.To Reproduce
Expected behavior
I would expect a single (custom?)
SelectionChanged
event to be raised, containing information about the selected and deselected connections and items.Additional context
Implementing correct behavior for selection undo/redo may be challenging without this improvement.
The text was updated successfully, but these errors were encountered: