0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-29 06:52:41 +00:00

Merge branch 'master' into dependabot/npm_and_yarn/eslint-plugin-jest-27.9.0

This commit is contained in:
Trevor Buckner
2024-02-21 21:49:43 -05:00
committed by GitHub

View File

@@ -342,7 +342,7 @@ const replaceVar = function(input, hoist=false, allowUnresolved=false) {
let replacedLabel = label;
if(mathVars?.[0] !== label.trim()) {// If there was mathy stuff not captured, let's do math!
if(prefix[0] == '$' && mathVars?.[0] !== label.trim()) {// If there was mathy stuff not captured, let's do math!
mathVars?.forEach((variable)=>{
const foundVar = lookupVar(variable, globalPageNumber, hoist);
if(foundVar && foundVar.resolved && foundVar.content && !isNaN(foundVar.content)) // Only subsitute math values if fully resolved, not empty strings, and numbers