Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Introduce
clearDragHover
method for centralized drag hover state re…
…setting 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.
- Loading branch information