mirror of
https://github.com/Doodle3D/Doodle3D-Core.git
synced 2024-11-05 14:13:23 +01:00
fix clear
This commit is contained in:
parent
ed7f20a9af
commit
dc54647178
@ -206,7 +206,7 @@ function sketcherReducer(state = initialState, action) {
|
|||||||
return state;
|
return state;
|
||||||
|
|
||||||
case actions.CLEAR:
|
case actions.CLEAR:
|
||||||
return initialState;
|
return update(initialState, {});
|
||||||
|
|
||||||
case actions.OPEN_SKETCH:
|
case actions.OPEN_SKETCH:
|
||||||
let first = true;
|
let first = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user