Skip to content

Commit

Permalink
chore: remove hover cancel (#3412)
Browse files Browse the repository at this point in the history
  • Loading branch information
darthtrevino committed Mar 29, 2022
1 parent 85371da commit 4fa53c8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/backend-html5/src/HTML5BackendImpl.ts
Expand Up @@ -406,9 +406,6 @@ export class HTML5BackendImpl implements Backend {
this.hoverRafId === null &&
typeof requestAnimationFrame !== 'undefined'
) {
// cancel any existing hover if present
this.cancelHover()

this.hoverRafId = requestAnimationFrame(() => {
if (this.monitor.isDragging()) {
this.actions.hover(dragOverTargetIds || [], {
Expand Down

0 comments on commit 4fa53c8

Please sign in to comment.