mirror of
https://github.com/grafana/grafana.git
synced 2025-02-11 16:15:42 -06:00
closes #570
This commit is contained in:
parent
c857b04ac4
commit
1a10a28393
4
src/vendor/bootstrap/bootstrap.js
vendored
4
src/vendor/bootstrap/bootstrap.js
vendored
@ -2085,7 +2085,7 @@
|
||||
}
|
||||
|
||||
, keydown: function (e) {
|
||||
this.suppressKeyPressRepeat = ~$.inArray(e.keyCode, [40,38,9,13,27])
|
||||
this.suppressKeyPressRepeat = ~$.inArray(e.keyCode, [40,38,9,13,27,57])
|
||||
this.move(e)
|
||||
}
|
||||
|
||||
@ -2115,7 +2115,7 @@
|
||||
break
|
||||
|
||||
default:
|
||||
this.lookup()
|
||||
this.lookup();
|
||||
}
|
||||
|
||||
if(e.keyCode === 13 && typeof this.$menu.find('.active').attr('data-value') === 'undefined') {
|
||||
|
Loading…
Reference in New Issue
Block a user