Fix formatting

pull/1734/head
EgorK0rshun 1 year ago
parent a0e8ef390c
commit 07bcf68d88
  1. 4
      lib/src/widgets/raw_editor/raw_editor_state.dart

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

Loading…
Cancel
Save