fix redeclaration of var

This commit is contained in:
javl
2023-05-02 18:15:10 +02:00
parent b700f5787d
commit 3267b9954b
+1 -1
View File
@@ -841,7 +841,7 @@ function handleImageSelection(evt) {
const fileInputColumn = document.getElementById('file-input-column');
const imageSizeSettings = document.getElementById('image-size-settings');
const canvasContainer = document.getElementById('images-canvas-container');
const allSameSizeButton = document.getElementById('all-same-size');
allSameSizeButton = document.getElementById('all-same-size');
const removeButtonOnClick = () => {
const image = images.get(img);