New time conductor popups should be closed by hitting ESC key (#3978)

This commit is contained in:
Henry Hsu 2021-06-29 09:03:58 -07:00 committed by GitHub
parent 0b63b782cf
commit e3bf72e77f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>