neuphlo-editor 2.3.0 → 2.3.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.
package/dist/react/index.cjs
CHANGED
|
@@ -1359,7 +1359,6 @@ var VideoBlock = import_core5.Node.create({
|
|
|
1359
1359
|
};
|
|
1360
1360
|
},
|
|
1361
1361
|
addNodeView() {
|
|
1362
|
-
console.log("[VideoBlock] addNodeView called, options:", Object.keys(this.options), "hasNodeView:", !!this.options.nodeView);
|
|
1363
1362
|
if (this.options.nodeView) {
|
|
1364
1363
|
return (0, import_react11.ReactNodeViewRenderer)(this.options.nodeView);
|
|
1365
1364
|
}
|