Fix
This commit is contained in:
parent
3b7dbe6628
commit
7658b99742
1 changed files with 1 additions and 1 deletions
|
@ -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]),
|
||||
|
|
Loading…
Add table
Reference in a new issue