add change tool to undo filter

This commit is contained in:
Casper Lamboo 2018-03-20 13:14:19 +01:00
parent ab581cf79b
commit 7a3ee5888a
1 changed files with 4 additions and 1 deletions

View File

@ -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 = {