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/dist/suneditor.min.js +2 -2
- package/package.json +1 -1
- package/src/lib/core.js +0 -2
package/package.json
CHANGED
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);
|