diff --git a/services/web/frontend/js/features/source-editor/components/table-generator/utils.ts b/services/web/frontend/js/features/source-editor/components/table-generator/utils.ts index 65a9fe0bb4..86872c987e 100644 --- a/services/web/frontend/js/features/source-editor/components/table-generator/utils.ts +++ b/services/web/frontend/js/features/source-editor/components/table-generator/utils.ts @@ -301,7 +301,8 @@ function parseTabularBody( } else if ( currentChild.type.is('NewLine') || currentChild.type.is('Whitespace') || - currentChild.type.is('Comment') + currentChild.type.is('Comment') || + currentChild.type.is('BlankLine') ) { const lastCell = getLastCell() if (!lastCell?.multiColumn) {