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