Skip to content

Commit 542403b

Browse files
committed
fixed mode kicking out when selection is poor
1 parent 8bc8bc2 commit 542403b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/canvas/Canvas.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,9 @@ class Canvas extends React.Component {
217217
this.checkLevelIntegrity();
218218
this.modifyCanvas(nameOfFunction, () => {});
219219
});
220+
} else {
221+
this.checkLevelIntegrity();
222+
this.modifyCanvas(nameOfFunction, () => {});
220223
}
221224
});
222225
});

0 commit comments

Comments
 (0)