@bigbinary/neeto-editor 1.28.4 → 1.28.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/index.cjs.js +2 -2
- package/index.cjs.js.map +1 -1
- package/index.js +2 -2
- package/index.js.map +1 -1
- package/package.json +1 -1
package/index.cjs.js
CHANGED
|
@@ -107877,7 +107877,7 @@ var ImageExtension = Node$1.create({
|
|
|
107877
107877
|
target: "_blank",
|
|
107878
107878
|
rel: "noopener noreferrer",
|
|
107879
107879
|
"class": "neeto-editor__image",
|
|
107880
|
-
style: "height:".concat(heightStyle, ";width:").concat(figwidth, "px;").concat(wrapperLinkPointerEventsStyle)
|
|
107880
|
+
style: "height:".concat(heightStyle, ";width:").concat(figwidth, "px;display:inline-block;").concat(wrapperLinkPointerEventsStyle)
|
|
107881
107881
|
});
|
|
107882
107882
|
var captionAttrs = (cov_ksv9azglk().s[23]++, {
|
|
107883
107883
|
style: "width:".concat(figwidth, "px;")
|
|
@@ -126051,7 +126051,7 @@ var VideoExtension = (cov_1io0efe0r8().s[0]++, Node$1.create({
|
|
|
126051
126051
|
var wrapperLinkAttrs = (cov_1io0efe0r8().s[13]++, {
|
|
126052
126052
|
rel: "noopener noreferrer",
|
|
126053
126053
|
"class": "neeto-editor__image",
|
|
126054
|
-
style: "height:".concat(heightStyle, ";width:").concat(vidwidth, "px;")
|
|
126054
|
+
style: "height:".concat(heightStyle, ";width:").concat(vidwidth, "px;display:inline-block;")
|
|
126055
126055
|
});
|
|
126056
126056
|
var captionAttrs = (cov_1io0efe0r8().s[14]++, {
|
|
126057
126057
|
style: "width:".concat(vidwidth, "px;")
|