mirror of
https://github.com/Radarr/Radarr.git
synced 2025-04-23 05:57:07 -04:00
Added: Copy & Paste now triggers search (#2587)
This commit is contained in:
parent
55dde613c2
commit
2d99f9268a
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ module.exports = Marionette.Layout.extend({
|
|||
|
||||
this.$el.addClass(this.className);
|
||||
|
||||
this.ui.moviesSearch.keyup(function(e) {
|
||||
this.ui.moviesSearch.on('input', function(e) {
|
||||
|
||||
if (_.contains([
|
||||
9,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue