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 c8e99d1 commit 58431beCopy full SHA for 58431be
test/controller/controller_clipboard_test.dart
@@ -25,7 +25,7 @@ void main() {
25
26
controller = QuillController.basic(
27
config: QuillControllerConfig(clipboardConfig: QuillClipboardConfig(
28
- onDeltaPaste: (delta) async {
+ onRichTextPaste: (delta, isExternal) async {
29
if (returnComposedDelta) {
30
return delta.compose(Delta()..insert('composed delta\n'));
31
}
0 commit comments