mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-26 18:26:09 +01:00
This commit is contained in:
parent
04b39e5200
commit
2bc4dcd48b
2 changed files with 52 additions and 24 deletions
|
|
@ -1360,7 +1360,7 @@ export class Gutter {
|
|||
type: "submenu",
|
||||
icon: "iconTable",
|
||||
label: window.siyuan.languages.table,
|
||||
submenu: tableMenu(protyle, nodeElement, cellElement as HTMLTableCellElement, range) as IMenu[]
|
||||
submenu: tableMenu(protyle, nodeElement, cellElement as HTMLTableCellElement, range).menus as IMenu[]
|
||||
}).element);
|
||||
}
|
||||
} else if (type === "NodeAttributeView" && !protyle.disabled) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue