You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(frontend): hide upload mask when drag leaves window
Use dragCounter to track drag enter/leave events properly.
The mask now hides when user drags file out of the browser window.
- Add dragleave event listener
- Use counter to handle nested element drag events
- Reset counter on drop and unmount
Co-Authored-By: Claude Opus 4.5 <[email protected]>
0 commit comments