mirror of
https://github.com/PeWu/topola-viewer.git
synced 2026-05-26 15:16:14 +00:00
Address TS types #282
This commit is contained in:
@@ -93,7 +93,7 @@ async function loadGedzip(
|
|||||||
const normalizedKey = fileName.replace(/\\/g, '/').toLowerCase();
|
const normalizedKey = fileName.replace(/\\/g, '/').toLowerCase();
|
||||||
images.set(
|
images.set(
|
||||||
normalizedKey,
|
normalizedKey,
|
||||||
URL.createObjectURL(new Blob([unzipped[fileName]])),
|
URL.createObjectURL(new Blob([unzipped[fileName] as BlobPart])),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user