mirror of
https://github.com/docmost/docmost.git
synced 2025-11-10 09:32:06 +10:00
add table header by default
This commit is contained in:
@ -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(),
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user