cjolowicz / muckr-web

Web app for muckr
https://muckr-web.herokuapp.com
MIT License
0 stars 0 forks source link

Fix dialog flicker on close #135

Open cjolowicz opened 4 years ago

cjolowicz commented 4 years ago

Do not reset artist when dialog closes. It is sufficient to reset the artist when the dialog opens. During the dialog close transition input fields will otherwise show placeholder texts, causing a brief flicker.

Closes #131