c2s-ngx-dnd
Advanced tools
Comparing version 1.2.15 to 1.2.16
@@ -56,3 +56,4 @@ import { Directive, Input, Output, ElementRef, HostListener, EventEmitter } from '@angular/core'; | ||
if(!!currentTarget || currentTarget === this.lastTarget) { | ||
if(!this.lastTarget || !!currentTarget || currentTarget === this.lastTarget) { | ||
console.log('last: ' + this.lastTarget + ' | current: ' + currentTarget) | ||
return true; | ||
@@ -59,0 +60,0 @@ } |
@@ -53,3 +53,3 @@ { | ||
}, | ||
"version": "1.2.15" | ||
"version": "1.2.16" | ||
} |
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
91391
1504