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