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

Commit 2cc9024

Browse files
committed
Fix scroller issue
1 parent ce6d6c4 commit 2cc9024

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

core/src/plugins/gui.ajax/res/js/ajaxplorer.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/src/plugins/gui.ajax/res/js/ajaxplorer/class.FilesList.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -951,7 +951,7 @@ Class.create("FilesList", SelectableElements, {
951951
paddingBottom: '0'
952952
});
953953
}
954-
this.scrollbar = new Control.ScrollBar(scrollElement,'filelist_scroller'+this.__currentInstanceIndex);
954+
this.scrollbar = new Control.ScrollBar(scrollElement,this.scroller);
955955
if(this.scrollSizeObserver){
956956
this.stopObserving("resize", this.scrollSizeObserver);
957957
}

0 commit comments

Comments
 (0)