Added button to hide intermediate values
This commit is contained in:
parent
c14c21bfa8
commit
191ba2c793
@ -220,6 +220,7 @@ hideIntermediate=${ hideIntermediates() }`)
|
|||||||
|
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
|
{ /* Options row */ }
|
||||||
<Row className={ "my-1 gap-2" }>
|
<Row className={ "my-1 gap-2" }>
|
||||||
<span class={ "h-min" }>{ "Simplify" }: </span>
|
<span class={ "h-min" }>{ "Simplify" }: </span>
|
||||||
|
|
||||||
@ -267,6 +268,10 @@ hideIntermediate=${ hideIntermediates() }`)
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<MySwitch title={ "Hide intermediate values" }
|
||||||
|
onChange={ setHideIntermediates }
|
||||||
|
defaultValue={ hideIntermediates() } />
|
||||||
|
|
||||||
<Show when={ isLoaded() } keyed>
|
<Show when={ isLoaded() } keyed>
|
||||||
|
|
||||||
<MyDialog title={ "Download" }
|
<MyDialog title={ "Download" }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user