pdufour commited on
Commit
42c6033
·
verified ·
1 Parent(s): 7563c18

Update index.js

Browse files
Files changed (1) hide show
  1. index.js +1 -2
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
- console.log({thumb});
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();