torakiki / pdfsam

PDFsam, a desktop application to split, merge, mix, rotate PDF files and extract pages
https://pdfsam.org
GNU Affero General Public License v3.0
3.41k stars 343 forks source link

Introduce clearDragHover method for drag hover state resetting #568

Closed IdelsTak closed 10 months ago

IdelsTak commented 10 months ago

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.