Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[stable29] fix(files): Reset drop notice on firefox #47497

Merged
merged 2 commits into from
Aug 27, 2024

Commits on Aug 27, 2024

  1. fix(files): Reset drop notice on firefox

    On firefox there is an old bug where when you move a dragged file outside
    the window the `dragleave` event is never emitted.
    So we just use a timeout to reset the drag over state.
    
    Also a small change: Use the ID of the main container instead of relying on tag name and class.
    (The ID is guranteed as other APIs rely on it, while the class is just used internally).
    
    Signed-off-by: Ferdinand Thiessen <[email protected]>
    susnux committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    8fb9c82 View commit details
    Browse the repository at this point in the history
  2. chore(assets): Recompile assets

    Signed-off-by: nextcloud-command <[email protected]>
    nextcloud-command committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    2478fc6 View commit details
    Browse the repository at this point in the history