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

[stable30] fix(files): Reset drop notice on firefox #47498

Merged
merged 2 commits into from
Aug 27, 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 authored and backportbot[bot] committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    fc64d5c View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. chore(assets): Recompile assets

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