Update tests

This commit is contained in:
javl
2026-08-14 18:55:16 +02:00
parent f4f087db76
commit 9d70bae4ba
5 changed files with 33 additions and 36 deletions
-1
View File
@@ -860,7 +860,6 @@ function handleImageSelection(evt) {
fn.className = 'file-info file-name';
fn.innerHTML = `${file.name} (file resolution: ${img.width} x ${img.height})`;
fn.appendChild(rb);
fileInputColumnEntryRemoveButton.onclick = removeButtonOnClick;