feat: convert formula result on output unit change
Co-authored-by: aider (openrouter/deepseek/deepseek-r1:free) <aider@aider.chat>
This commit is contained in:
parent
c779f5281b
commit
b8c3fc0f24
1 changed files with 1 additions and 0 deletions
|
|
@ -168,6 +168,7 @@ class _FormulaScreenState extends State<FormulaScreen> {
|
|||
setState(() {
|
||||
_selectedOutputUnit = unit;
|
||||
});
|
||||
_evaluateFormula();
|
||||
},
|
||||
),
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in a new issue