A11Y: fix keyboard nav for custom bookmark time (#23710)
This commit is contained in:
parent
0bb7e9e0b8
commit
fac3ca2344
|
@ -21,6 +21,7 @@ export default Component.extend({
|
||||||
|
|
||||||
keyDown(e) {
|
keyDown(e) {
|
||||||
if (e.key === "Enter") {
|
if (e.key === "Enter") {
|
||||||
|
e.stopPropagation();
|
||||||
this.onChange(this.tileId);
|
this.onChange(this.tileId);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue