From be912f32675ac1833bd7e766fe029e26f355f8b4 Mon Sep 17 00:00:00 2001 From: dmitrykurmanov Date: Fri, 13 Oct 2023 16:22:05 +0400 Subject: [PATCH] work for the https://github.com/surveyjs/private-tasks/issues/315 --- src/dragdrop/core.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/dragdrop/core.ts b/src/dragdrop/core.ts index d5df9b75cd..d1ad27480f 100644 --- a/src/dragdrop/core.ts +++ b/src/dragdrop/core.ts @@ -227,6 +227,7 @@ export abstract class DragDropCore implements IDragDropEngine { public clear(): void { this.dropTarget = null; + this.prevDropTarget = null; this.draggedElement = null; this.isBottom = null; this.parentElement = null;