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 missing file info when dragging native files #3262

Merged
merged 5 commits into from Feb 3, 2022

Commits on Jul 18, 2021

  1. WIP Add a debugging case for hovering files

    Temporarily, remove before merging.
    jgonera committed Jul 18, 2021
    Configuration menu
    Copy the full SHA
    e3e1e0c View commit details
    Browse the repository at this point in the history
  2. Load dataTransfer in every dragenter and dragover

    Chrome (and apparently Safari too) will empty the `DataTransferItemList`
    after a given drag event is done so we need to point `NativeDragSource`
    to a new list on each dragenter/dragover event.
    
    See https://bugs.chromium.org/p/chromium/issues/detail?id=137231
    
    Fixes react-dnd#584
    jgonera committed Jul 18, 2021
    Configuration menu
    Copy the full SHA
    9886e62 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2022

  1. Configuration menu
    Copy the full SHA
    3cae782 View commit details
    Browse the repository at this point in the history
  2. chore: cut semver

    darthtrevino committed Feb 3, 2022
    Configuration menu
    Copy the full SHA
    723d123 View commit details
    Browse the repository at this point in the history
  3. fix: run prettier

    darthtrevino committed Feb 3, 2022
    Configuration menu
    Copy the full SHA
    5d13364 View commit details
    Browse the repository at this point in the history