mirror of
https://github.com/nasa/openmct.git
synced 2025-02-21 01:42:31 +00:00
New time conductor popups should be closed by hitting ESC key (#3978)
This commit is contained in:
parent
0b63b782cf
commit
e3bf72e77f
@ -3,6 +3,8 @@
|
||||
class="pr-tc-input-menu"
|
||||
@keydown.enter.prevent
|
||||
@keyup.enter.prevent="submit"
|
||||
@keydown.esc.prevent
|
||||
@keyup.esc.prevent="hide"
|
||||
@click.stop
|
||||
>
|
||||
<div class="pr-time-label__hrs">Hrs</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user