mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-05-11 22:51:20 +08:00
This commit is contained in:
parent
399ba36d04
commit
58335f6bb7
@ -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…
Reference in New Issue
Block a user