@ebl-vue/editorjs 2.31.21 → 2.31.23
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/editorjs.mjs +5 -3
- package/dist/editorjs.mjs.map +1 -1
- package/dist/editorjs.umd.js +4 -4
- package/dist/editorjs.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/editorjs.mjs
CHANGED
|
@@ -121,7 +121,7 @@ function Ie(n, e, t = "log", o, i = "color: inherit") {
|
|
|
121
121
|
break;
|
|
122
122
|
}
|
|
123
123
|
o && r.push(o);
|
|
124
|
-
const a = "Editor.js 2.31.
|
|
124
|
+
const a = "Editor.js 2.31.23", l = `line-height: 1em;
|
|
125
125
|
color: #006FEA;
|
|
126
126
|
display: inline-block;
|
|
127
127
|
font-size: 11px;
|
|
@@ -9488,7 +9488,7 @@ class La extends E {
|
|
|
9488
9488
|
}), {
|
|
9489
9489
|
time: +/* @__PURE__ */ new Date(),
|
|
9490
9490
|
blocks: t,
|
|
9491
|
-
version: "2.31.
|
|
9491
|
+
version: "2.31.23"
|
|
9492
9492
|
};
|
|
9493
9493
|
}
|
|
9494
9494
|
}
|
|
@@ -9941,6 +9941,8 @@ class bo {
|
|
|
9941
9941
|
insertLink(e) {
|
|
9942
9942
|
const t = this.selection.findParentTag("A");
|
|
9943
9943
|
t && this.selection.expandToTag(t), document.execCommand(this.commandLink, !1, e);
|
|
9944
|
+
const o = this.selection.findParentTag("A");
|
|
9945
|
+
o == null || o.setAttribute("target", "_blank");
|
|
9944
9946
|
}
|
|
9945
9947
|
/**
|
|
9946
9948
|
* Removes <a> tag
|
|
@@ -11228,7 +11230,7 @@ class Ka {
|
|
|
11228
11230
|
class Xa {
|
|
11229
11231
|
/** Editor version */
|
|
11230
11232
|
static get version() {
|
|
11231
|
-
return "2.31.
|
|
11233
|
+
return "2.31.23";
|
|
11232
11234
|
}
|
|
11233
11235
|
/**
|
|
11234
11236
|
* @param {EditorConfig|string|undefined} [configuration] - user configuration
|