revert: fix selection.affinity always downstream after updateEditingValue

pull/1774/head
Ellet 1 year ago
parent 52d5664471
commit 9367bdf692
  1. 3
      lib/src/widgets/raw_editor/raw_editor_state_text_input_client_mixin.dart

@ -203,8 +203,7 @@ mixin RawEditorStateTextInputClientMixin on EditorState
diff.start,
diff.deleted.length,
diff.inserted,
value.selection.copyWith(
affinity: widget.configurations.controller.selection.affinity),
value.selection,
);
}
}

Loading…
Cancel
Save