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

fix(files): Reset drop notice on firefox #47465

Merged
merged 2 commits into from
Aug 26, 2024
Merged

fix(files): Reset drop notice on firefox #47465

merged 2 commits into from
Aug 26, 2024

Commits on Aug 26, 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 <opensource@fthiessen.de>
    susnux committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    f7b7474 View commit details
    Browse the repository at this point in the history
  2. chore(assets): Recompile assets

    Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
    nextcloud-command authored and susnux committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    744b41b View commit details
    Browse the repository at this point in the history