Pin scroll position to at'd event until user scrolls

This commit is contained in:
Jon Staab
2026-02-16 14:58:21 -08:00
parent a9828be25c
commit bda91080ab
3 changed files with 55 additions and 8 deletions
+1 -2
View File
@@ -13,7 +13,6 @@ import {
isDefined,
filterVals,
fromPairs,
HOUR,
} from "@welshman/lib"
import {
EVENT_TIME,
@@ -48,7 +47,7 @@ export const makeFeed = ({
onForwardExhausted?: () => void
at?: number
}) => {
const interval = int(12, HOUR)
const interval = int(DAY)
const controller = new AbortController()
const events = writable<TrustedEvent[]>([])