mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-22 09:30:14 +01:00
This commit is contained in:
parent
96530382f2
commit
cc867ea27d
3 changed files with 5 additions and 4 deletions
|
|
@ -101,12 +101,12 @@ export const openMenuPanel = (protyle: IProtyle,
|
|||
transaction(protyle, [{
|
||||
action: "updateAttrViewColOptions",
|
||||
id: options.cellElement.dataset.colId,
|
||||
parentID: data.id,
|
||||
avID: data.id,
|
||||
data: changeData,
|
||||
}], [{
|
||||
action: "updateAttrViewColOptions",
|
||||
id: options.cellElement.dataset.colId,
|
||||
parentID: data.id,
|
||||
avID: data.id,
|
||||
data: oldData,
|
||||
}]);
|
||||
menuElement.innerHTML = getSelectHTML(data.view, options);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue