Fix formatting with coma

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

@ -529,7 +529,9 @@ class QuillRawEditorState extends EditorState
// clipboard status to be checked w/o user interaction which fails. Default
// to pasteable for web.
if (kIsWeb) {
_clipboardStatus = ClipboardStatusNotifier(value: ClipboardStatus.pasteable);
_clipboardStatus = ClipboardStatusNotifier(
value: ClipboardStatus.pasteable,
);
}
}

Loading…
Cancel
Save