mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-21 17:10:12 +01:00
This commit is contained in:
parent
399ba36d04
commit
58335f6bb7
1 changed files with 2 additions and 2 deletions
|
|
@ -100,13 +100,13 @@ export const showHeaderCellMenu = (protyle: IProtyle, blockElement: HTMLElement,
|
|||
id: cellElement.getAttribute("data-id"),
|
||||
parentID: blockElement.getAttribute("data-av-id"),
|
||||
name: newValue,
|
||||
type: cellElement.getAttribute("data-dtype") as TAVCol,
|
||||
type,
|
||||
}], [{
|
||||
action: "updateAttrViewCol",
|
||||
id: cellElement.getAttribute("data-id"),
|
||||
parentID: blockElement.getAttribute("data-av-id"),
|
||||
name: cellElement.textContent.trim(),
|
||||
type: cellElement.getAttribute("data-dtype") as TAVCol,
|
||||
type,
|
||||
}]);
|
||||
});
|
||||
menu.addItem({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue