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

[stable28] fix(files): Reset drop notice on firefox #47639

Merged
merged 3 commits into from
Aug 31, 2024

Commits on Aug 30, 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 authored and backportbot[bot] committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    0d5c37b 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 authored and backportbot[bot] committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    9345959 View commit details
    Browse the repository at this point in the history
  3. fix(files): missing RawLocation type import

    Signed-off-by: John Molakvoæ <[email protected]>
    Signed-off-by: nextcloud-command <[email protected]>
    skjnldsv authored and nextcloud-command committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    6ac090a View commit details
    Browse the repository at this point in the history