|
|
@ -528,8 +528,8 @@ 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. |
|
|
|
if(kIsWeb){ |
|
|
|
if (kIsWeb) { |
|
|
|
_clipboardStatus = ClipboardStatusNotifier (value: ClipboardStatus.pasteable); |
|
|
|
_clipboardStatus = ClipboardStatusNotifier(value: ClipboardStatus.pasteable); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|