@syncfusion/ej2-richtexteditor 23.2.4 → 23.2.5
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/CHANGELOG.md +4 -0
- package/dist/ej2-richtexteditor.min.js +2 -2
- package/dist/ej2-richtexteditor.umd.min.js +2 -2
- package/dist/ej2-richtexteditor.umd.min.js.map +1 -1
- package/dist/es6/ej2-richtexteditor.es2015.js +1 -1
- package/dist/es6/ej2-richtexteditor.es2015.js.map +1 -1
- package/dist/es6/ej2-richtexteditor.es5.js +1 -1
- package/dist/es6/ej2-richtexteditor.es5.js.map +1 -1
- package/dist/global/ej2-richtexteditor.min.js +2 -2
- package/dist/global/ej2-richtexteditor.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +6 -6
- package/src/rich-text-editor/base/rich-text-editor.js +1 -1
|
@@ -34225,7 +34225,7 @@ var RichTextEditor = /** @__PURE__ @class */ (function (_super) {
|
|
|
34225
34225
|
trg.setAttribute('tabindex', '-1');
|
|
34226
34226
|
}
|
|
34227
34227
|
}
|
|
34228
|
-
else if (closest(trg, '[aria-owns="' + this.getID() + '"]')) {
|
|
34228
|
+
else if (closest(trg, '[aria-owns="' + this.getID() + '"]') || closest(trg, '.' + CLS_RTE_ELEMENTS)) {
|
|
34229
34229
|
this.isBlur = false;
|
|
34230
34230
|
}
|
|
34231
34231
|
else {
|