rocca commited on
Commit
8164d28
1 Parent(s): 812cad0

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -0
index.html CHANGED
@@ -149,6 +149,7 @@
149
  document.body.appendChild(fileInput);
150
 
151
  document.getElementById('imageLoader').addEventListener('click', async () => {
 
152
  try {
153
  imageHandles = await window.showOpenFilePicker({
154
  multiple: true,
 
149
  document.body.appendChild(fileInput);
150
 
151
  document.getElementById('imageLoader').addEventListener('click', async () => {
152
+ window.testImages = [];
153
  try {
154
  imageHandles = await window.showOpenFilePicker({
155
  multiple: true,