Skip to content

Commit

Permalink
add change tool to undo filter
Browse files Browse the repository at this point in the history
  • Loading branch information
casperlamboo committed Mar 20, 2018
1 parent ab581cf commit 7a3ee58
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/utils/undoFilter.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@ const INCLUDE = [
actions.DUPLICATE_SELECTION,
actions.UNION,
actions.INTERSECT,
actions.OPEN_SKETCH
actions.OPEN_SKETCH,
actions.D2_CHANGE_TOOL,
actions.D3_CHANGE_TOOL,
actions.CONTEXT_CHANGE_TOOL
];

const ACTION_INCLUDES = {
Expand Down

0 comments on commit 7a3ee58

Please sign in to comment.