Skip to content

Commit 58431be

Browse files
committed
chore: fix a test
1 parent c8e99d1 commit 58431be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/controller/controller_clipboard_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ void main() {
2525

2626
controller = QuillController.basic(
2727
config: QuillControllerConfig(clipboardConfig: QuillClipboardConfig(
28-
onDeltaPaste: (delta) async {
28+
onRichTextPaste: (delta, isExternal) async {
2929
if (returnComposedDelta) {
3030
return delta.compose(Delta()..insert('composed delta\n'));
3131
}

0 commit comments

Comments
 (0)