Skip to content

Commit 1546fde

Browse files
DaraghDKeavon
authored andcommitted
fix: no longer deselect on esc/rclick
1 parent 9c132e2 commit 1546fde

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

editor/src/messages/tool/tool_messages/path_tool.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -650,7 +650,6 @@ impl Fsm for PathToolFsmState {
650650
}
651651
(PathToolFsmState::Dragging, PathToolMessage::Escape | PathToolMessage::RightClick) => {
652652
responses.add(DocumentMessage::AbortTransaction);
653-
shape_editor.deselect_all_points();
654653
tool_data.snap_manager.cleanup(responses);
655654
PathToolFsmState::Ready
656655
}

0 commit comments

Comments
 (0)