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