refactor(props): cleanup

This commit is contained in:
moklick
2020-10-05 11:06:40 +02:00
parent 73c7d5827c
commit 19f936a107
5 changed files with 22 additions and 21 deletions
+2 -1
View File
@@ -426,7 +426,8 @@ export const storeModel: StoreModel = {
}),
setSnapGrid: action((state, snapGrid) => {
state.snapGrid = snapGrid;
state.snapGrid[0] = snapGrid[0];
state.snapGrid[1] = snapGrid[1];
}),
setInteractive: action((state, isInteractive) => {