Skip to content
This repository was archived by the owner on Aug 9, 2023. It is now read-only.

Commit 56117f4

Browse files
committed
build
1 parent f1211fd commit 56117f4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

build/asscroll.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2221,6 +2221,7 @@ var Scrollbar_Scrollbar = /*#__PURE__*/function () {
22212221
if (!this.mouseDown) return;
22222222
var totalHeight = Store_default.a.windowSize.h + (this.trueSize - this.handleHeight);
22232223
this.smoothScroll.scrollPos = e.clientY / totalHeight * this.smoothScroll.maxScroll;
2224+
this.smoothScroll.clamp();
22242225
this.smoothScroll.syncScroll = true;
22252226
src_E.emit(Store_default.a.eventNames.COMBOSCROLL, this.smoothScroll.scrollPos);
22262227
}

0 commit comments

Comments
 (0)