mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[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:
committed by
Eugenio Romano
parent
2edee23bdd
commit
55113f37b6
@@ -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 {
|
||||
|
||||
|
Reference in New Issue
Block a user