This commit is contained in:
Manav Rathi 2024-05-06 11:57:47 +05:30
parent 7658b99742
commit b7734406b8
No known key found for this signature in database

View file

@ -98,7 +98,7 @@ export const renderableImageURLs = async function* (castData: CastData) {
* memory leak of the very first objectURL that we display.
*/
const urls: string[] = [""];
let i = 0;
// const i = 0;
/**
* Number of milliseconds to keep the slide on the screen.