add table header by default

This commit is contained in:
Philipinho
2024-07-12 16:53:33 +01:00
parent 14197d7365
commit 3c70e40d16

View File

@ -184,7 +184,7 @@ const CommandGroups: SlashMenuGroupedItemsType = {
.chain()
.focus()
.deleteRange(range)
.insertTable({ rows: 3, cols: 3, withHeaderRow: false })
.insertTable({ rows: 3, cols: 3, withHeaderRow: true })
.run(),
},
{