Skip to content

Commit 7a70715

Browse files
committed
Fix syntax error
Signed-off-by: AnErrupTion <anerruption@disroot.org>
1 parent 02106df commit 7a70715

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/pages/editor/editor.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -666,7 +666,7 @@ class EditorState extends State<Editor> {
666666
} else if (currentTool is Eraser) {
667667
page.eraserPosition = null;
668668
final erased = (currentTool as Eraser).onDragEnd();
669-
if (stylusButtonPressed || stows.disableEraserAfterUse.value)) {
669+
if (stylusButtonPressed || stows.disableEraserAfterUse.value) {
670670
// restore previous tool
671671
stylusButtonPressed = false;
672672
currentTool = tmpTool!;

0 commit comments

Comments
 (0)