fix clear

This commit is contained in:
casperlamboo 2017-11-23 17:57:16 +01:00
parent ed7f20a9af
commit dc54647178
1 changed files with 1 additions and 1 deletions

View File

@ -206,7 +206,7 @@ function sketcherReducer(state = initialState, action) {
return state;
case actions.CLEAR:
return initialState;
return update(initialState, {});
case actions.OPEN_SKETCH:
let first = true;