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

Paul Kozlovitch 7 years ago 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,

Loading…
Cancel
Save