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 532e913 commit a4fbea9Copy full SHA for a4fbea9
1 file changed
editor/src/messages/tool/tool_messages/select_tool.rs
@@ -1402,6 +1402,7 @@ impl Fsm for SelectToolFsmState {
1402
responses.add(DocumentMessage::AbortTransaction);
1403
tool_data.snap_manager.cleanup(responses);
1404
tool_data.axis_align = false;
1405
+ tool_data.lasso_polygon.clear();
1406
responses.add(OverlaysMessage::Draw);
1407
1408
let selection = tool_data.nested_selection_behavior;
@@ -1422,6 +1423,7 @@ impl Fsm for SelectToolFsmState {
1422
1423
1424
1425
1426
1427
1428
1429
0 commit comments