smart-editor-v3 1.11.0 → 1.11.1
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.
|
@@ -36184,7 +36184,7 @@ const K6 = We.create({
|
|
|
36184
36184
|
];
|
|
36185
36185
|
},
|
|
36186
36186
|
renderHTML({ HTMLAttributes: t }) {
|
|
36187
|
-
return ["video", Le(t)];
|
|
36187
|
+
return ["embed-video", Le(t)];
|
|
36188
36188
|
},
|
|
36189
36189
|
addNodeView() {
|
|
36190
36190
|
return UL.value.render.embedVideo.view ? Gt(VL) : ({ node: t }) => {
|