vocascan / vocascan-frontend

A highly configurable vocabulary trainer
https://vocascan.com
Apache License 2.0
30 stars 8 forks source link

Guide closes unintentionally #136

Open noctera opened 2 years ago

noctera commented 2 years ago

When clicking through the guide, creating a package, group and vocab sometimes it closes unintentionally, before being finished. Mostly after creating a vocabulary

I think this has something to do with the VocabForm using the <form> tag instead of a normal <div> like the other forms (package, group). This is used to submit a new vocab with the "Submit" key on the keyboard. Using a <form> might reload the whole page resulting in closing the guide