Skip to content

Commit

Permalink
Merge pull request #7139 from surveyjs/bug/private-315-ranking-shortcut
Browse files Browse the repository at this point in the history
PR: Ranking: UX Enchancements: Shortcut Issue
  • Loading branch information
andrewtelnov committed Oct 15, 2023
2 parents 7732288 + 5d3f67b commit 1862ff9
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 1862ff9

Please sign in to comment.