suneditor 2.47.9 → 2.47.10

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "suneditor",
3
- "version": "2.47.9",
3
+ "version": "2.47.10",
4
4
  "description": "Vanilla JavaScript WYSIWYG web editor (2.x legacy version, actively maintained)",
5
5
  "author": "JiHong.Lee",
6
6
  "license": "MIT",
package/src/lib/core.js CHANGED
@@ -1589,8 +1589,6 @@ export default function (context, pluginCallButtons, plugins, lang, options, _re
1589
1589
  }
1590
1590
 
1591
1591
  if (!notSelect) {
1592
- this.setRange(element, 0, element, 0);
1593
-
1594
1592
  const fileComponentInfo = this.getFileComponent(element);
1595
1593
  if (fileComponentInfo) {
1596
1594
  this.selectComponent(fileComponentInfo.target, fileComponentInfo.pluginName);