Skip to content

Commit

Permalink
closes #513; unselect selected objects when switching from non-end se…
Browse files Browse the repository at this point in the history
…lect mode to "all ends" select mode
  • Loading branch information
dave-doty committed Nov 17, 2020
1 parent 15cfaf3 commit 3c13379
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/src/reducers/selection_reducer.dart
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ Reducer<SelectablesStore> selectables_store_local_reducer = combineReducers([
TypedReducer<SelectablesStore, actions.DesignChangingAction>(design_changing_action_reducer),
TypedReducer<SelectablesStore, actions.SelectModeToggle>(selections_clear_reducer),
TypedReducer<SelectablesStore, actions.SelectModesSet>(selections_clear_reducer),
TypedReducer<SelectablesStore, actions.SelectModesAdd>(selections_clear_reducer),
]);

// because the DNADesign changed, some selected items may no longer be valid
Expand Down

0 comments on commit 3c13379

Please sign in to comment.