diff --git a/src/reducer/index.js b/src/reducer/index.js index 058d92d..e82be84 100644 --- a/src/reducer/index.js +++ b/src/reducer/index.js @@ -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;