Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
und3f committed Sep 2, 2019
1 parent f654159 commit 3fffabe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vectorize-pixelart.js
Expand Up @@ -56,7 +56,7 @@ fileElDD.addEventListener("dragleave", function( event ) {
fileElDD.classList.remove("hover");
}, false);

fileEl.addEventListener("input", (e) => {
fileEl.addEventListener("change", (e) => {
setInputImageFile(fileEl.files[0]);
});

Expand Down

0 comments on commit 3fffabe

Please sign in to comment.