Skip to content

Commit

Permalink
Fix laser cursor if hide cursor while drawing is enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeDoctorDE committed May 19, 2024
1 parent 47661d3 commit 4112256
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion app/lib/handlers/laser.dart
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,6 @@ class LaserHandler extends Handler<LaserTool> with ColoredHandler {

@override
MouseCursor get cursor => (_hideCursorWhileDrawing && elements.isNotEmpty)
? SystemMouseCursors.grabbing
? SystemMouseCursors.none
: SystemMouseCursors.precise;
}
1 change: 0 additions & 1 deletion docs/src/content/docs/privacypolicy.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: Privacy Policy
tableOfContents: false
slug: /privacypolicy
---

This is the privacy policy of the app. Please read it carefully.
Expand Down

0 comments on commit 4112256

Please sign in to comment.