1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-07 06:06:47 +02:00

Allows escape to bubble when menu isn't shown

This commit is contained in:
Pete Hopkins
2012-01-31 09:23:58 -05:00
committed by Pete Hopkins
parent 70fecd1115
commit 3a6f58598c

View File

@@ -178,6 +178,7 @@
break
case 27: // escape
if (!this.shown) return
this.hide()
break