Vanessa 2024-01-01 00:50:28 +08:00
parent 77c4ccaa68
commit 5a07737b18

View file

@ -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,