Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Vanessa219 committed Oct 12, 2023
1 parent 21d1a05 commit 1b595d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/protyle/render/av/cell.ts
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ export const openCalcMenu = (protyle: IProtyle, calcElement: HTMLElement) => {
operator: "Percent not empty",
label: window.siyuan.languages.calcOperatorPercentNotEmpty
});
if (type === "number") {
if (["number", "template"].includes(type)) {
calcItem({
menu,
protyle,
Expand Down

0 comments on commit 1b595d0

Please sign in to comment.