mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-05 16:28:49 +01:00
🎨 #9408
This commit is contained in:
parent
21d1a0515a
commit
1b595d014a
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue