Skip to content

Commit 56b2ec1

Browse files
committed
chore: add a TODO for #2427
1 parent d1c2ea1 commit 56b2ec1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/src/toolbar/buttons/clipboard_button.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ class QuillToolbarClipboardButton extends QuillToolbarToggleStyleBaseButton {
5555
}) : _options = options,
5656
super(options: options ?? const QuillToolbarClipboardButtonOptions());
5757

58+
// TODO: This field will be used by the PR: https://github.com/singerdmx/flutter-quill/pull/2427
59+
// ignore: unused_field
5860
final QuillToolbarClipboardButtonOptions? _options;
5961

6062
final ClipboardAction clipboardAction;

0 commit comments

Comments
 (0)