Skip to content
This repository was archived by the owner on Jan 30, 2026. It is now read-only.

Commit c02a107

Browse files
committed
fix: trigger release
1 parent fd2a5d8 commit c02a107

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,7 @@ const SuperDocESign = forwardRef<SuperDocESignHandle, SuperDocESignProps>(
234234
const { scrollTop, scrollHeight, clientHeight } = scrollContainer;
235235
const scrollPercentage = scrollTop / (scrollHeight - clientHeight);
236236

237+
// Hardcoded to 95%
237238
if (scrollPercentage >= 0.95 || scrollHeight <= clientHeight) {
238239
setScrolled(true);
239240
}

0 commit comments

Comments
 (0)