Skip to content

Commit

Permalink
chore: remove hover cancel
Browse files Browse the repository at this point in the history
  • Loading branch information
darthtrevino committed Mar 29, 2022
1 parent 32b0bbf commit 5d214bc
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 5d214bc

Please sign in to comment.