From 6760e114d21022f1c5aba95b57077fec0d355ad1 Mon Sep 17 00:00:00 2001 From: Vanessa Date: Sat, 15 Jul 2023 22:31:51 +0800 Subject: [PATCH] :sparkles: https://github.com/siyuan-note/siyuan/issues/8699 --- app/src/protyle/render/av/cell.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/protyle/render/av/cell.ts b/app/src/protyle/render/av/cell.ts index 7aa026240..dacde069e 100644 --- a/app/src/protyle/render/av/cell.ts +++ b/app/src/protyle/render/av/cell.ts @@ -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({