[ADF-4444] drag and drop fixes (#4674)

* more granular control over drag and drop

* fix performance, internal drop-zone directive
This commit is contained in:
Denys Vuika
2019-04-30 14:53:37 +01:00
committed by Eugenio Romano
parent 2edee23bdd
commit 55113f37b6
9 changed files with 140 additions and 44 deletions

View File

@@ -24,7 +24,7 @@ import { Directive, ElementRef, EventEmitter, Input, NgZone, OnDestroy, OnInit,
* Directive selectors without adf- prefix will be deprecated on 3.0.0
*/
@Directive({
selector: '[adf-file-draggable], [file-draggable]'
selector: '[adf-file-draggable]'
})
export class FileDraggableDirective implements OnInit, OnDestroy {