reformat code

pull/1669/head
luying 1 year ago
parent c8b457bb0c
commit fc16ad6e2c
  1. 3
      lib/src/widgets/raw_editor/raw_editor_state_text_input_client_mixin.dart

@ -203,7 +203,8 @@ mixin RawEditorStateTextInputClientMixin on EditorState
diff.start,
diff.deleted.length,
diff.inserted,
value.selection.copyWith(affinity: widget.configurations.controller.selection.affinity),
value.selection.copyWith(
affinity: widget.configurations.controller.selection.affinity),
);
// if (widget.configurations.controller.selectedFontFamily != null) {

Loading…
Cancel
Save