Skip to content

Commit

Permalink
Misc
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Jan 29, 2025
1 parent 2d18ad2 commit 327243f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ const RegionWidthEditorDialog = observer(function ({
setVal(event.target.value)
}}
/>
Resulting region width: approximatly{' '}
{!Number.isNaN(+val) ? model.width / +val : '(error parsing number)'}
</DialogContent>
<DialogActions>
<Button
Expand Down

0 comments on commit 327243f

Please sign in to comment.