Vanessa 2024-06-25 22:45:15 +08:00
parent 04b39e5200
commit 2bc4dcd48b
2 changed files with 52 additions and 24 deletions

View file

@ -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) {