Skip to content

Commit

Permalink
Improve notification for #36 issue
Browse files Browse the repository at this point in the history
  • Loading branch information
wassfila committed Jul 20, 2024
1 parent b9f29ec commit faf4270
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/voronoi_app.js
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,9 @@ class voronoi_app{

let that = this
let onDragEvents = function(event){
if(!event.dataTransfer){
alert("Browser support issue, 'event.dataTransfer' does not exist")
}
event.stopPropagation();
event.preventDefault();
if(event.type == "dragenter"){
Expand Down

0 comments on commit faf4270

Please sign in to comment.