timelines: minor clean up

This commit is contained in:
thislight 2024-09-27 18:07:10 +08:00
parent ad5caa4428
commit 47bd6711e4

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;