Yuyao Huang ab000bcd41 fix: delay scroll handler binding to skip queued scroll event
scrollTop assignment triggers an async scroll event. When all tasks
fit in the viewport, handleScrollFocus recalculates center-aligned
task and picks the last one instead of the saved one. Using setTimeout(0)
defers handler binding to after the queued event fires.
2026-05-09 15:59:13 +08:00
..
2026-05-08 12:41:19 +08:00
2026-05-08 12:41:19 +08:00
2026-05-08 16:18:26 +08:00