Changed regex typeahead lookup, also works with literal regex patterns

This commit is contained in:
Torkel Ödegaard
2015-06-26 09:40:55 +02:00
parent 43afd7dff9
commit dd8d6bc705
2 changed files with 17 additions and 1 deletions

View File

@ -2069,6 +2069,11 @@
, move: function (e) {
if (!this.shown) return
// grafana change, shift+left paranthesis
if (e.shiftKey && e.keyCode === 40) {
return;
}
switch(e.keyCode) {
case 9: // tab
case 13: // enter