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.
1 parent 5287c89 commit 3cf9619Copy full SHA for 3cf9619
1 file changed
editor/src/messages/tool/tool_messages/select_tool.rs
@@ -906,12 +906,12 @@ impl Fsm for SelectToolFsmState {
906
DragStartIntent::Resize
907
} else if skew {
908
DragStartIntent::Skew
909
- } else if rotate {
910
- DragStartIntent::Rotate
911
} else if lasso_select {
912
DragStartIntent::Draw
913
} else if can_grab_compass_rose || intersection.is_some_and(|intersection| selected.iter().any(|selected_layer| intersection.starts_with(*selected_layer, document.metadata()))) {
914
DragStartIntent::DragWithPreviousSelection
+ } else if rotate {
+ DragStartIntent::Rotate
915
} else if let Some(intersection) = intersection {
916
DragStartIntent::DragWithNewSelection(intersection)
917
} else {
0 commit comments