Francisco-RP
Results
2
comments of
Francisco-RP
curious as to why the [code that emits the dragOver event](https://github.com/misha130/ngx-drag-and-drop-lists/blob/master/src/directives/dnd-list.ts#L111) is still commented out?
I think this would be a simple change that wouldn't break backwards functionality if you did something like this: ```ts export interface DndDropEvent { event: DragEvent; dropEffect: DropEffect; isExternal: boolean;...