@hailin-zheng/editor-core 2.0.23 → 2.0.24

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index-cjs.js CHANGED
@@ -28069,7 +28069,7 @@ class DocEditor {
28069
28069
  dataEle.setValue(values);
28070
28070
  editor.setDataElemEndFocus(dataEle);
28071
28071
  if (!multiSelect) {
28072
- editor.selectionState.clear();
28072
+ editor.selectionState.resetRange(dataEle.endDecorate, 1);
28073
28073
  }
28074
28074
  };
28075
28075
  const itemsVNode = options.map(item => {