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 34e8021 commit 6fe3507Copy full SHA for 6fe3507
packages/webui/src/client/lib/viewPort.ts
@@ -259,7 +259,7 @@ async function innerScrollToSegment(
259
} else {
260
resolve(true)
261
}
262
- }, 420)
+ }, 1000) // When UI is getting optimized further we could lower this value
263
264
currentScrollingElement = undefined
265
0 commit comments