4IRL / urls4irl

Sharing URL's with friends.
3 stars 0 forks source link

'Enter' key functionality for delete UTub modal submission #166

Closed rehankalu closed 1 week ago

rehankalu commented 5 months ago

Confirmation modal for UTub deletion does not submit with the 'Enter' key, intended functionality.

GPropersi commented 1 week ago

It does, you just have to tab to the delete button and then tab again to the delete button in the modal. Also I think this method is preferable over using a document.addEventListener style Enter key button event, since the user might not want to actually delete the UTub.

GPropersi commented 1 week ago

It does, you just have to tab to the delete button and then tab again to the delete button in the modal. Also I think this method is preferable over using a document.addEventListener style Enter key button event, since the user might not want to actually delete the UTub.

Closing based on this comment.