Clears hoverIndex on drag exit events and onLoadDocumentsRequest that occurs after drag dropped events. Previously, the drag hover resetting was only happening after the drag dropped events. This change ensures that even when a drag drop doesn't occur after a drag entry, the drag-hover pseudo gets reset.
Clears
hoverIndex
on drag exit events andonLoadDocumentsRequest
that occurs after drag dropped events. Previously, the drag hover resetting was only happening after the drag dropped events. This change ensures that even when a drag drop doesn't occur after a drag entry, the drag-hover pseudo gets reset.