Skip to content

Commit

Permalink
added pr3 on codediodeio/rembg-webapp-tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
101br03k authored Mar 18, 2024
1 parent 1c42a48 commit 38a86f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ <h1>rmbg</h1>
});

dropZone.addEventListener("dragover", function (e) {
e.preventDefault();
this.classList.add("dragover");
});

Expand Down

0 comments on commit 38a86f0

Please sign in to comment.