1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-11 20:12:41 +02:00

Added: Copy & Paste now triggers search (#2587)

This commit is contained in:
Paul Kozlovitch 2018-03-04 15:24:49 +01:00 committed by Leonardo Galli
parent 55dde613c2
commit 2d99f9268a

View File

@ -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,