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 3fffabe commit 2cbfb09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vectorize-pixelart-bundle.js
Expand Up @@ -57,7 +57,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 2cbfb09

Please sign in to comment.