|
|
@ -528,8 +528,11 @@ class QuillRawEditorState extends EditorState |
|
|
|
// ClipboardStatusNotifier with a default value of unknown will cause the |
|
|
|
// ClipboardStatusNotifier with a default value of unknown will cause the |
|
|
|
// clipboard status to be checked w/o user interaction which fails. Default |
|
|
|
// clipboard status to be checked w/o user interaction which fails. Default |
|
|
|
// to pasteable for web. |
|
|
|
// to pasteable for web. |
|
|
|
_clipboardStatus = ClipboardStatusNotifier( |
|
|
|
if (kIsWeb) { |
|
|
|
value: kIsWeb ? ClipboardStatus.pasteable : ClipboardStatus.unknown); |
|
|
|
_clipboardStatus = ClipboardStatusNotifier( |
|
|
|
|
|
|
|
value: ClipboardStatus.pasteable, |
|
|
|
|
|
|
|
); |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
if (widget.configurations.scrollable) { |
|
|
|
if (widget.configurations.scrollable) { |
|
|
|