add open sketch to undo filter

#3
This commit is contained in:
Casper Lamboo 2018-03-19 10:27:58 +01:00
parent efb1efe3d9
commit ab581cf79b
1 changed files with 2 additions and 1 deletions

View File

@ -23,7 +23,8 @@ const INCLUDE = [
actions.DELETE_SELECTION,
actions.DUPLICATE_SELECTION,
actions.UNION,
actions.INTERSECT
actions.INTERSECT,
actions.OPEN_SKETCH
];
const ACTION_INCLUDES = {