Remove history step creation from Select tool box selection

This commit is contained in:
Keavon Chambers 2023-09-02 15:26:04 -07:00
parent 839040c6a3
commit 56f20f2e6d
1 changed files with 0 additions and 2 deletions

View File

@ -604,8 +604,6 @@ impl Fsm for SelectToolFsmState {
Dragging
} else {
responses.add(DocumentMessage::StartTransaction);
if !input.keyboard.get(add_to_selection as usize) && tool_data.nested_selection_behavior == NestedSelectionBehavior::Deepest {
responses.add(DocumentMessage::DeselectAllLayers);
tool_data.layers_dragging.clear();