Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
kerfuffles committed Apr 26, 2022
1 parent d7f6ab8 commit 29ac630
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -660,7 +660,7 @@ public virtual void HandleEvents(SceneView sceneView, Rect sceneRect)

if (mouseIsDragging ||
(Event.current.type == EventType.MouseDown && Tools.viewTool == ViewTool.Orbit))
HandleCameraOrbit(sceneView, editMode != EditMode.CreatePlane);
HandleCameraOrbit(sceneView, editMode != EditMode.CreateShape && editMode != EditMode.CreatePlane);

// pretend we dragged so we don't click if we just changed edit modes
if (prevEditMode != editMode)
Expand Down

0 comments on commit 29ac630

Please sign in to comment.