remove unused code
This commit is contained in:
parent
4f3fd04c5c
commit
3078ae6ba1
7 changed files with 9192 additions and 9300 deletions
|
|
@ -24,7 +24,7 @@ const cachedImages = [];
|
|||
const preloadImg = (src) => {
|
||||
if (cachedImages.includes(src)) return false;
|
||||
blob(src);
|
||||
// cachedImages.push(src);
|
||||
cachedImages.push(src);
|
||||
return true;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue