Skip to content

Commit 6fe3507

Browse files
olzzonrjmunro
authored andcommitted
fix: raise secondStage scroll time for slow machines
1 parent 34e8021 commit 6fe3507

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/webui/src/client/lib/viewPort.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ async function innerScrollToSegment(
259259
} else {
260260
resolve(true)
261261
}
262-
}, 420)
262+
}, 1000) // When UI is getting optimized further we could lower this value
263263
} else {
264264
currentScrollingElement = undefined
265265
resolve(true)

0 commit comments

Comments
 (0)