smart-editor-v3 1.4.0 → 1.4.2
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/smart-editor-package.js +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
|
@@ -7445,7 +7445,7 @@ const Do = Z.create({
|
|
|
7445
7445
|
return ["video", Y(r)];
|
|
7446
7446
|
},
|
|
7447
7447
|
addNodeView() {
|
|
7448
|
-
return Ta.render.embedVideo.view ? le(Aa) : ({ node: r }) => {
|
|
7448
|
+
return Ta.value.render.embedVideo.view ? le(Aa) : ({ node: r }) => {
|
|
7449
7449
|
const e = document.createElement("video");
|
|
7450
7450
|
return e.classList.add("embed-video"), e.src = r.attrs.src, e.width = r.attrs.width, e.autoplay = !0, e.muted = !0, e.loop = !0, e.controls = !1, {
|
|
7451
7451
|
dom: e
|