mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-02-04 15:25:00 -05:00
There was a props on IAISlider to make the input component readonly - I didn't know this existed and at some point used a component with that prop as a template for other sliders, copying the flag over. It's not actually used anywhere, so I removed the prop entirely, enabling the number inputs everywhere.