File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
lib/src/widgets/raw_editor Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import 'dart:ui' show lerpDouble;
33import 'package:flutter/animation.dart' show Curves;
44import 'package:flutter/cupertino.dart' show CupertinoTheme;
55import 'package:flutter/foundation.dart' show kIsWeb;
6- import 'package:flutter/material.dart' show Theme;
6+ import 'package:flutter/material.dart' show Theme, View ;
77import 'package:flutter/scheduler.dart' show SchedulerBinding;
88import 'package:flutter/services.dart' ;
99
@@ -66,6 +66,7 @@ mixin RawEditorStateTextInputClientMixin on EditorState
6666 CupertinoTheme .maybeBrightnessOf (context) ??
6767 Theme .of (context).brightness,
6868 textCapitalization: widget.configurations.textCapitalization,
69+ viewId: View .of (context).viewId,
6970 allowedMimeTypes:
7071 widget.configurations.contentInsertionConfiguration == null
7172 ? const < String > []
You can’t perform that action at this time.
0 commit comments