@bigbinary/neeto-editor 1.45.19 → 1.45.20
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/Editor.js +1 -1
- package/dist/Editor.js.map +1 -1
- package/dist/cjs/Editor.cjs.js +1 -1
- package/dist/cjs/Editor.cjs.js.map +1 -1
- package/package.json +1 -1
package/dist/cjs/Editor.cjs.js
CHANGED
|
@@ -10551,7 +10551,7 @@ var ImageExtension = Menu$3.Node.create({
|
|
|
10551
10551
|
}
|
|
10552
10552
|
},
|
|
10553
10553
|
figwidth: {
|
|
10554
|
-
"default":
|
|
10554
|
+
"default": 500,
|
|
10555
10555
|
parseHTML: function parseHTML(element) {
|
|
10556
10556
|
var _element$querySelecto4;
|
|
10557
10557
|
return (_element$querySelecto4 = element.querySelector("img")) === null || _element$querySelecto4 === void 0 ? void 0 : _element$querySelecto4.getAttribute("figwidth");
|