timelines: minor clean up
All checks were successful
/ depoly (push) Successful in 1m5s

This commit is contained in:
thislight 2024-09-27 18:07:10 +08:00
parent bf06cfe2e1
commit 11c31f7f42
No known key found for this signature in database
GPG key ID: A50F9451AC56A63E

View file

@ -38,7 +38,6 @@ export function useTimeline(
async ([tl], info) => {
let tlChanged = false;
if (otl !== tl) {
console.debug("timeline reset");
npager = opager = undefined;
otl = tl;
tlChanged = true;