We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e03cef5 commit a12b4f4Copy full SHA for a12b4f4
lib/src/toolbar/buttons/clipboard_button.dart
@@ -36,7 +36,6 @@ class ClipboardMonitor {
36
}
37
38
Future<void> _update(void Function() listener) async {
39
- // If the clipboard is already being checked, return early.
40
if (_isCheckingClipboard) {
41
return;
42
0 commit comments