svelte-dnd-action
Advanced tools
Comparing version 0.7.2 to 0.7.3
@@ -43,3 +43,3 @@ { | ||
"description": "*An 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.7.2", | ||
"version": "0.7.3", | ||
"repository": { | ||
@@ -46,0 +46,0 @@ "type": "git", |
@@ -204,3 +204,3 @@ import { | ||
if (!shadowElDropZone) { | ||
printDebug("element was dropped right after left origin but before entering somewhere else"); | ||
printDebug(() => "element was dropped right after it left origin but before entering somewhere else"); | ||
shadowElDropZone = originDropZone; | ||
@@ -207,0 +207,0 @@ } |
Sorry, the diff of this file is too big to display
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
247677
5812