mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-12-29 17:15:34 +01:00
Added: Copy & Paste now triggers search (#2587)
This commit is contained in:
committed by
Leonardo Galli
parent
55dde613c2
commit
2d99f9268a
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user