From d8e9adfa285fa4e321c7bce9dd6e4a472b1f7925 Mon Sep 17 00:00:00 2001 From: A Jordan Simonds Date: Tue, 16 Feb 2021 16:39:26 -0500 Subject: [PATCH] fix: remove ghost reference on drag out --- src/ContainerMixin.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ContainerMixin.js b/src/ContainerMixin.js index 2bbda13f..5e2c1d38 100644 --- a/src/ContainerMixin.js +++ b/src/ContainerMixin.js @@ -326,6 +326,7 @@ export const ContainerMixin = { } else { resetTransform(this.manager.refs); this.sortableGhost.remove(); + this.sortableGhost = null; this.manager.active = null; this._touched = false; this.sorting = false;