systeminit / si

The System Initiative software
https://systeminit.com
Apache License 2.0
1.58k stars 261 forks source link

fix: remove onBlur for select boxes, only fire update on change event #4597

Closed zacharyhamm closed 1 month ago

zacharyhamm commented 1 month ago

This removes the double change set creation when editing a select box on HEAD. The other types seem fine, this only happened with select boxes, and using onChange appears to be enough for them.