Skip to content

Commit

Permalink
Reset hover when drag ends
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon committed Apr 17, 2015
1 parent cb3e02b commit 460377f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/backends/HTML5.js
Expand Up @@ -350,6 +350,7 @@ class HTML5Backend {
// if dragend handler does something like showing an alert.
// Only proceed if we have not handled it already.
this.actions.endDrag();
this.actions.hover([]);
}
}

Expand Down

0 comments on commit 460377f

Please sign in to comment.