Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1843,6 +1843,8 @@ public void HandleEvents(SceneView sceneView, Rect sceneRect)
hoverOnBoundsEdge != -1)*/
{
SelectionUtility.DoSelectionClick(sceneView);
// We're doing manual selection, make sure to eat the event otherwise unity will run its own MouseUp for selection logic
Event.current.Use();
}
}
mouseIsDragging = false;
Expand Down