stop propagation on ESC key
This commit is contained in:
parent
cca3bcaa1a
commit
16fc63614f
1 changed files with 1 additions and 0 deletions
|
@ -482,6 +482,7 @@
|
||||||
|
|
||||||
// Esc slide-up
|
// Esc slide-up
|
||||||
if (e.key === 'Escape') {
|
if (e.key === 'Escape') {
|
||||||
|
e.stopPropagation();
|
||||||
this.hideMenu();
|
this.hideMenu();
|
||||||
}
|
}
|
||||||
// next
|
// next
|
||||||
|
|
Loading…
Add table
Reference in a new issue