mirror of
https://github.com/imputnet/cobalt.git
synced 2026-05-23 06:41:22 -05:00
"Enter"/"Esc" keydown should confirm/close modals respectively #463
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @alectrocute on GitHub (Sep 27, 2024).
describe the feature you'd like to see
"Enter"/"Esc" keydown should confirm/close modals respectively.
additional context
No response
@alectrocute commented on GitHub (Sep 30, 2024):
We’re using native dialog elements, which already support this (as far as using esc to close), so not sure why it’s not working. Must be a bug.