svelte-dnd-action
Advanced tools
Comparing version 0.2.1 to 0.2.2
@@ -678,3 +678,2 @@ (function (global, factory) { | ||
cleanupPostDrop(); | ||
isWorkingOnPreviousDrag = false; | ||
} | ||
@@ -696,3 +695,2 @@ animateDraggedToFinalPosition(finalizeWithinZone); | ||
cleanupPostDrop(); | ||
isWorkingOnPreviousDrag = false; | ||
} | ||
@@ -729,4 +727,6 @@ window.setTimeout(() => animateDraggedToFinalPosition(finalizeBackToOrigin), 0); | ||
shadowElIdx = undefined; | ||
shadowElDropZone = undefined; | ||
dragStartMousePosition = undefined; | ||
currentMousePosition = undefined; | ||
isWorkingOnPreviousDrag = false; | ||
} | ||
@@ -733,0 +733,0 @@ |
@@ -33,3 +33,3 @@ { | ||
"description": "*Awesome drag and drop library for Svelte 3 (not using the browser's built in dnd, thanks god): Rich animations, nested containers, touch support and more *", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"dependencies": { | ||
@@ -36,0 +36,0 @@ "acorn": "^7.1.1", |
@@ -154,3 +154,2 @@ import { observe, unobserve } from './helpers/observer'; | ||
cleanupPostDrop(); | ||
isWorkingOnPreviousDrag = false; | ||
} | ||
@@ -172,3 +171,2 @@ animateDraggedToFinalPosition(finalizeWithinZone); | ||
cleanupPostDrop(); | ||
isWorkingOnPreviousDrag = false; | ||
} | ||
@@ -205,4 +203,6 @@ window.setTimeout(() => animateDraggedToFinalPosition(finalizeBackToOrigin), 0); | ||
shadowElIdx = undefined; | ||
shadowElDropZone = undefined; | ||
dragStartMousePosition = undefined; | ||
currentMousePosition = undefined; | ||
isWorkingOnPreviousDrag = false; | ||
} | ||
@@ -209,0 +209,0 @@ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
116987