mirror of
https://github.com/javl/image2cpp.git
synced 2026-07-28 04:05:35 +00:00
fix redeclaration of var
This commit is contained in:
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user