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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "suneditor",
3
- "version": "2.43.3",
3
+ "version": "2.43.4",
4
4
  "description": "Pure JavaScript based WYSIWYG web editor",
5
5
  "author": "JiHong.Lee",
6
6
  "license": "MIT",
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();