Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-kurmanov committed Oct 13, 2023
1 parent 9e18cdd commit be912f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dragdrop/core.ts
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ export abstract class DragDropCore<T> implements IDragDropEngine {

public clear(): void {
this.dropTarget = null;
this.prevDropTarget = null;
this.draggedElement = null;
this.isBottom = null;
this.parentElement = null;
Expand Down

0 comments on commit be912f3

Please sign in to comment.