Commit 3a6f5859 authored by Pete Hopkins's avatar Pete Hopkins Committed by Pete Hopkins

Allows escape to bubble when menu isn't shown

parent 70fecd11
...@@ -178,6 +178,7 @@ ...@@ -178,6 +178,7 @@
break break
case 27: // escape case 27: // escape
if (!this.shown) return
this.hide() this.hide()
break break
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment