I have this problem, where when I hover over the drop zone, it flickers between the design when the mouse is in and the design when the mouse is out even though the mouse is hovering inside the drop zone. I have a boolean called "dragged" that I included in fileOver to be true and in fileLeave to be false.
In the html I used ngIF: "!dragged" to make a design and ngIF: "dragged" to do another design when the mouse is on the drop zone with a file on hand. From what I observed, the fileLeave and fileOver fire multiple times when the mouse is hovering around the zone drop. Is there any solution for it?
I have this problem, where when I hover over the drop zone, it flickers between the design when the mouse is in and the design when the mouse is out even though the mouse is hovering inside the drop zone. I have a boolean called "dragged" that I included in fileOver to be true and in fileLeave to be false.
In the html I used ngIF: "!dragged" to make a design and ngIF: "dragged" to do another design when the mouse is on the drop zone with a file on hand. From what I observed, the fileLeave and fileOver fire multiple times when the mouse is hovering around the zone drop. Is there any solution for it?