@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.js
CHANGED
|
@@ -107848,7 +107848,7 @@ var ImageExtension = Node$1.create({
|
|
|
107848
107848
|
target: "_blank",
|
|
107849
107849
|
rel: "noopener noreferrer",
|
|
107850
107850
|
"class": "neeto-editor__image",
|
|
107851
|
-
style: "height:".concat(heightStyle, ";width:").concat(figwidth, "px;").concat(wrapperLinkPointerEventsStyle)
|
|
107851
|
+
style: "height:".concat(heightStyle, ";width:").concat(figwidth, "px;display:inline-block;").concat(wrapperLinkPointerEventsStyle)
|
|
107852
107852
|
});
|
|
107853
107853
|
var captionAttrs = (cov_ksv9azglk().s[23]++, {
|
|
107854
107854
|
style: "width:".concat(figwidth, "px;")
|
|
@@ -126022,7 +126022,7 @@ var VideoExtension = (cov_1io0efe0r8().s[0]++, Node$1.create({
|
|
|
126022
126022
|
var wrapperLinkAttrs = (cov_1io0efe0r8().s[13]++, {
|
|
126023
126023
|
rel: "noopener noreferrer",
|
|
126024
126024
|
"class": "neeto-editor__image",
|
|
126025
|
-
style: "height:".concat(heightStyle, ";width:").concat(vidwidth, "px;")
|
|
126025
|
+
style: "height:".concat(heightStyle, ";width:").concat(vidwidth, "px;display:inline-block;")
|
|
126026
126026
|
});
|
|
126027
126027
|
var captionAttrs = (cov_1io0efe0r8().s[14]++, {
|
|
126028
126028
|
style: "width:".concat(vidwidth, "px;")
|