Update index.js
Browse files
index.js
CHANGED
@@ -354,8 +354,7 @@ async function updatePreview(url) {
|
|
354 |
thumb.style.width = `${cw}px`;
|
355 |
thumb.style.height = `${ch}px`;
|
356 |
thumb.style.backgroundImage = `url(${url})`;
|
357 |
-
|
358 |
-
console.log(image);
|
359 |
}
|
360 |
|
361 |
await initializeSessions();
|
|
|
354 |
thumb.style.width = `${cw}px`;
|
355 |
thumb.style.height = `${ch}px`;
|
356 |
thumb.style.backgroundImage = `url(${url})`;
|
357 |
+
thumb.innerHTML = '';
|
|
|
358 |
}
|
359 |
|
360 |
await initializeSessions();
|