diff --git a/formats/table/index.js b/formats/table/index.js index 15f59b2802..eb23272cbe 100644 --- a/formats/table/index.js +++ b/formats/table/index.js @@ -350,7 +350,7 @@ class RowContainer extends Container { this.statics.requiredContainer && !(this.parent instanceof this.statics.requiredContainer) ) { - const domNode = this.children.head.children.head.children.head?.domNode || null; + const domNode = this.children.head.children.head.children?.head?.domNode || null; const formats = {}; if (domNode) {