mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-18 21:55:12 -04:00
Fixed: ctrl, alt and cmd won't trigger searching on add series
This commit is contained in:
@@ -57,7 +57,7 @@ define(
|
|||||||
|
|
||||||
this.$el.addClass(this.className);
|
this.$el.addClass(this.className);
|
||||||
|
|
||||||
this.ui.seriesSearch.keyup(function () {
|
this.ui.seriesSearch.keypress(function () {
|
||||||
self.searchResult.close();
|
self.searchResult.close();
|
||||||
self._abortExistingSearch();
|
self._abortExistingSearch();
|
||||||
self.throttledSearch({
|
self.throttledSearch({
|
||||||
|
|||||||
Reference in New Issue
Block a user