carteb / carte-blanche

An isolated development space with integrated fuzz testing for your components. See them individually, explore them in different states and quickly and confidently develop them.
https://www.youtube.com/watch?v=6g3-TQ6aaw8
MIT License
1.5k stars 47 forks source link

Fix "Create Variant" button #307

Closed RStankov closed 8 years ago

RStankov commented 8 years ago

Currently onBlur the add variant form disappears. This is especially irritating when you click "Add Variant" and nothing happens. The easiest solution I could think of was just adding a "cancel" button.

Before:

After:

screen shot 2016-06-07 at 18 54 51

nikgraf commented 8 years ago

way better! thx @RStankov