fix: if handleProgressClick invoked after finished, start from where user clicked (#727)

This commit is contained in:
Omair Nabiel
2026-04-01 12:00:00 +08:00
committed by GitHub
parent 57c466b62a
commit ab9a26aeba

View File

@@ -165,6 +165,7 @@
percent = 1; percent = 1;
} }
const timeOffset = meta.totalTime * percent; const timeOffset = meta.totalTime * percent;
finished = false
goto(timeOffset); goto(timeOffset);
}; };