Skip to content

Commit

Permalink
fix(Tables): require at least one cell in the header
Browse files Browse the repository at this point in the history
Fixes #4793.

Signed-off-by: Max <[email protected]>
  • Loading branch information
max-nextcloud committed Mar 11, 2024
1 parent e942183 commit edc8229
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nodes/Table/TableHeadRow.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import TableRow from './TableRow.js'

export default TableRow.extend({
name: 'tableHeadRow',
content: 'tableHeader*',
content: 'tableHeader+',
allowGapCursor: false,

toMarkdown(state, node) {
Expand Down

0 comments on commit edc8229

Please sign in to comment.