Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: remove a comment
Browse files Browse the repository at this point in the history
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
@@ -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;
}

0 comments on commit fb685e2

Please sign in to comment.