c2s-ngx-dnd
Advanced tools
Comparing version 1.2.23 to 1.2.24
@@ -78,2 +78,3 @@ import { Directive, Input, Output, ElementRef, HostListener, EventEmitter } from '@angular/core'; | ||
event.preventDefault(); | ||
event.stopPropagation(); | ||
if (!ignoreDataTransfer) { | ||
@@ -80,0 +81,0 @@ event.dataTransfer.dropEffect = dropEffect; |
@@ -53,3 +53,3 @@ { | ||
}, | ||
"version": "1.2.23" | ||
"version": "1.2.24" | ||
} |
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
90521
1488