Skip to content

Commit 3cd4132

Browse files
fix flutter 3.32 macos crash (#2579)
Co-authored-by: Ellet <[email protected]>
1 parent b2017cd commit 3cd4132

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/src/editor/raw_editor/raw_editor_state_text_input_client_mixin.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ mixin RawEditorStateTextInputClientMixin on EditorState
8989
allowedMimeTypes: widget.config.contentInsertionConfiguration == null
9090
? const <String>[]
9191
: widget.config.contentInsertionConfiguration!.allowedMimeTypes,
92+
viewId: View.of(context).viewId,
9293
),
9394
);
9495

0 commit comments

Comments
 (0)