mirror of
https://github.com/Doodle3D/Doodle3D-Core.git
synced 2024-11-05 06:03:24 +01:00
fix clear
This commit is contained in:
parent
ed7f20a9af
commit
dc54647178
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user