Skip to content

Commit

Permalink
chore: remove a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
EchoEllet authored Jan 18, 2025
1 parent 54c3bef commit fb685e2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/src/toolbar/buttons/clipboard_button.dart
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ class ClipboardMonitor {
}

Future<void> _update(void Function() listener) async {
// If the clipboard is already being checked, return early.
if (_isCheckingClipboard) {
return;
}
Expand Down

0 comments on commit fb685e2

Please sign in to comment.