diff --git a/src/js/controller/PreviewFilmController.js b/src/js/controller/PreviewFilmController.js index 7ac7ae02..e3c3039d 100644 --- a/src/js/controller/PreviewFilmController.js +++ b/src/js/controller/PreviewFilmController.js @@ -24,7 +24,6 @@ $.subscribe(Events.PISKEL_RESET, this.refreshZoom_.bind(this)); - $('#preview-list-scroller').scroll(this.updateScrollerOverflows.bind(this)); this.container.get(0).addEventListener('click', this.onContainerClick_.bind(this)); this.updateScrollerOverflows();