add table header by default
This commit is contained in:
parent
14197d7365
commit
3c70e40d16
1 changed files with 1 additions and 1 deletions
|
|
@ -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(),
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue