Skip to content

Commit

Permalink
Remove drag over style on file drop (#9888)
Browse files Browse the repository at this point in the history
Fixes #9870
  • Loading branch information
hesara committed Aug 29, 2017
1 parent 64c1a23 commit bd57542
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,8 @@ protected void onDrop(Event event) {
event.preventDefault();
event.stopPropagation();
}

removeDragOverStyle((NativeEvent) event);
}

@Override
Expand Down

0 comments on commit bd57542

Please sign in to comment.