suneditor 2.43.3 → 2.43.4
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 +1 -1
package/package.json
CHANGED
package/src/lib/core.js
CHANGED
|
@@ -4284,7 +4284,7 @@ export default function (context, pluginCallButtons, plugins, lang, options, _re
|
|
|
4284
4284
|
wysiwyg.appendChild(format);
|
|
4285
4285
|
last = br;
|
|
4286
4286
|
}
|
|
4287
|
-
this.setRange(first, 0, last, last.textContent.length);
|
|
4287
|
+
event._showToolbarBalloon(this.setRange(first, 0, last, last.textContent.length));
|
|
4288
4288
|
break;
|
|
4289
4289
|
case 'codeView':
|
|
4290
4290
|
this.toggleCodeView();
|