We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac23f37 commit f6d9c52Copy full SHA for f6d9c52
octoprint_gcodethumbs/static/js/gcode-preview-viewmodel.js
@@ -16,7 +16,7 @@ $(function() {
16
To keep things in proportion we will cache the dom fragments in memory and we'll
17
limit our updates to the currently visible area in the scrollable list.
18
*/
19
- const scrollContainer = document.querySelector('.gcode_files');
+ const scrollContainer = document.querySelector('.gcode_files .scroll-wrapper');
20
var timer = null;
21
22
// TODO: reset timer onscroll
0 commit comments