Skip to content

Commit 7a3ee58

Browse files
committed
add change tool to undo filter
1 parent ab581cf commit 7a3ee58

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/utils/undoFilter.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,10 @@ const INCLUDE = [
2424
actions.DUPLICATE_SELECTION,
2525
actions.UNION,
2626
actions.INTERSECT,
27-
actions.OPEN_SKETCH
27+
actions.OPEN_SKETCH,
28+
actions.D2_CHANGE_TOOL,
29+
actions.D3_CHANGE_TOOL,
30+
actions.CONTEXT_CHANGE_TOOL
2831
];
2932

3033
const ACTION_INCLUDES = {

0 commit comments

Comments
 (0)