fix selection.affinity always downstream after updateEditingValue

pull/1682/head
luying 1 year ago
parent cb2ba18bbd
commit e1d611ec7e
  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,
value.selection.copyWith(
affinity: widget.configurations.controller.selection.affinity),
);
// if (widget.configurations.controller.selectedFontFamily != null) {

Loading…
Cancel
Save