mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-28 18:00:15 +01:00
This commit is contained in:
parent
77c4ccaa68
commit
5a07737b18
1 changed files with 10 additions and 12 deletions
|
|
@ -105,18 +105,16 @@ export const openCalcMenu = (protyle: IProtyle, calcElement: HTMLElement, data?:
|
|||
if (menu.isOpen) {
|
||||
return;
|
||||
}
|
||||
if (type !== "checkbox") {
|
||||
calcItem({
|
||||
menu,
|
||||
protyle,
|
||||
colId,
|
||||
avId,
|
||||
oldOperator,
|
||||
operator: "",
|
||||
data,
|
||||
target: calcElement
|
||||
});
|
||||
}
|
||||
calcItem({
|
||||
menu,
|
||||
protyle,
|
||||
colId,
|
||||
avId,
|
||||
oldOperator,
|
||||
operator: "",
|
||||
data,
|
||||
target: calcElement
|
||||
});
|
||||
calcItem({
|
||||
menu,
|
||||
protyle,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue