Glimesh / broadcast-box

A broadcast, in a box.
MIT License
688 stars 57 forks source link

Watch stream button default on enter press. #130

Closed s3gfaultx closed 3 months ago

s3gfaultx commented 3 months ago

Some users had difficulty entering stream key because they were pressing enter in the input field instead of clicking on the button. The form currently erases the typed stream key from the input field by resetting the form on enter press. This PR simply sets the "Watch Stream" button to the default submit action on the form when enter is pressed.

Sean-Der commented 3 months ago

Thank you so much @s3gfaultx LGTM :)