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 ebcfb3f commit 6a4693cCopy full SHA for 6a4693c
1 file changed
packages/webui/src/client/lib/viewPort.ts
@@ -257,7 +257,7 @@ async function innerScrollToSegment(
257
clearTimeout(pendingFirstStageTimeout)
258
pendingFirstStageTimeout = undefined
259
}
260
- currentScrollingElement = undefined
+ currentScrollingElement = elementToScrollTo
261
} else if (secondStage && elementToScrollTo !== currentScrollingElement) {
262
throw new Error('Scroll overriden by another scroll')
263
0 commit comments