mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-03 23:38:49 +01:00
This commit is contained in:
parent
49b9afcd54
commit
6760e114d2
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@ export const openCalcMenu = (protyle: IProtyle, calcElement: HTMLElement) => {
|
|||
return;
|
||||
}
|
||||
const type = calcElement.dataset.dtype as TAVCol;
|
||||
const colId = calcElement.dataset.id;
|
||||
const colId = calcElement.dataset.colId;
|
||||
const avId = blockElement.dataset.avId;
|
||||
const oldOperator = calcElement.dataset.operator;
|
||||
calcItem({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue