A11Y: fix keyboard nav for custom bookmark time (#23710)

This commit is contained in:
Kris 2023-10-02 13:55:44 -04:00 committed by GitHub
parent 0bb7e9e0b8
commit fac3ca2344
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ export default Component.extend({
keyDown(e) {
if (e.key === "Enter") {
e.stopPropagation();
this.onChange(this.tileId);
}
},