Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
Fix scroller issue
Browse files Browse the repository at this point in the history
  • Loading branch information
cdujeu committed Apr 7, 2015
1 parent ce6d6c4 commit 2cc9024
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/src/plugins/gui.ajax/res/js/ajaxplorer.js

Large diffs are not rendered by default.

Expand Up @@ -951,7 +951,7 @@ Class.create("FilesList", SelectableElements, {
paddingBottom: '0'
});
}
this.scrollbar = new Control.ScrollBar(scrollElement,'filelist_scroller'+this.__currentInstanceIndex);
this.scrollbar = new Control.ScrollBar(scrollElement,this.scroller);
if(this.scrollSizeObserver){
this.stopObserving("resize", this.scrollSizeObserver);
}
Expand Down

0 comments on commit 2cc9024

Please sign in to comment.