Fixed: ctrl, alt and cmd won't trigger searching on add series

pull/73/head
Mark McDowall 10 years ago
parent 63022626f1
commit af75813347

@ -57,7 +57,7 @@ define(
this.$el.addClass(this.className);
this.ui.seriesSearch.keyup(function () {
this.ui.seriesSearch.keypress(function () {
self.searchResult.close();
self._abortExistingSearch();
self.throttledSearch({

Loading…
Cancel
Save