Skip to content

Commit

Permalink
Merge pull request #5461 from nextcloud/fix/images-in-tables
Browse files Browse the repository at this point in the history
fix(Tables): require at least one cell in the header
  • Loading branch information
max-nextcloud authored Mar 12, 2024
2 parents 1db021e + f7d50b8 commit 4206566
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 4206566

Please sign in to comment.