valor-software/ng2-file-upload

Flickering due to fileover flag when child element is used

avi150890 opened this issue · 4 comments

Hi,
When drag area contains child element, then flickering happens as fileover value changes from true to false continuously.
I can't disable pointer event in child, as child element has click events.
How we will be able to resolve the issue?

For me, I use .drag-over *{ pointer-events: none } to disable descendent elements mouse events. And it works.

Willing to send a PR if this solution is acceptable.