Skip to content

Commit

Permalink
chore: add a TODO for #2427
Browse files Browse the repository at this point in the history
  • Loading branch information
EchoEllet committed Jan 17, 2025
1 parent d1c2ea1 commit 56b2ec1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/src/toolbar/buttons/clipboard_button.dart
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ class QuillToolbarClipboardButton extends QuillToolbarToggleStyleBaseButton {
}) : _options = options,
super(options: options ?? const QuillToolbarClipboardButtonOptions());

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

final ClipboardAction clipboardAction;
Expand Down

0 comments on commit 56b2ec1

Please sign in to comment.