This commit is contained in:
Manav Rathi 2024-05-06 11:54:16 +05:30
parent 3b7dbe6628
commit 7658b99742
No known key found for this signature in database

View file

@ -142,7 +142,7 @@ export const renderableImageURLs = async function* (castData: CastData) {
const oldestURL = urls.shift();
console.log("Not revoking", oldestURL);
// if (oldestURL && i !== 1) URL.revokeObjectURL(oldestURL);
i += 1;
// i += 1;
const urlPair: RenderableImageURLPair = [
ensure(urls[0]),