We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9ad134c + 1189ee7 commit b860e0fCopy full SHA for b860e0f
CHANGELOG.md
@@ -5,10 +5,10 @@
5
> - Breaking Changes:
6
> - Features:
7
> - Bugfixes:
8
+> - Fixed an issue where the SelectedEvent and UnselectedEvent events on the ItemContainer were not raised when the selection was completed
9
10
#### **Version 7.0.2**
11
-> - Breaking Changes:
12
13
> - Added EditorGestures.Editor.SelectAll
14
Nodify/Editor/NodifyEditor.Selecting.cs
@@ -403,8 +403,8 @@ public void EndSelecting()
403
}
404
405
SelectedArea = _selection.End();
406
- ApplyPreviewingSelection();
407
IsSelecting = false;
+ ApplyPreviewingSelection();
408
409
410
/// <summary>
0 commit comments