mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-11-06 08:54:57 +05:30
Fix invalid extra outputs depending on solve for selection
This commit is contained in:
parent
ef26fed3b3
commit
80baf64ad1
1 changed files with 0 additions and 1 deletions
|
|
@ -518,7 +518,6 @@ export default async function makeTool(
|
|||
let expr = nerdamer(extraOutput.formula);
|
||||
|
||||
Object.keys(values.vars).forEach((key) => {
|
||||
if (key === values.outputVariable) return;
|
||||
expr = expr.sub(key, values.vars[key].value.toString());
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue