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

refactor!: refactor drag and drop events #1187

Merged
merged 7 commits into from
Mar 13, 2024
Merged

Conversation

amrbashir
Copy link
Member

@amrbashir amrbashir requested a review from a team as a code owner March 12, 2024 15:16
Copy link
Member Author

@amrbashir amrbashir left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cc @wusyong @pewsheen can any of you test this on macOS using the simple.rs example?
the expected results should be:

DragEnter: <position> <paths>
DragOver: <position>
... multiple DragOver events
DragOver: <position>
DragLeave or DragDrop: <position> <paths>

@pewsheen
Copy link
Contributor

cc @wusyong @pewsheen can any of you test this on macOS using the simple.rs example? the expected results should be:

DragEnter: <position> <paths>
DragOver: <position>
... multiple DragOver events
DragOver: <position>
DragLeave or DragDrop: <position> <paths>

It looks good on macOS

Copy link
Contributor

@pewsheen pewsheen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good! Also tested all platforms on my side.

@amrbashir amrbashir merged commit 5789bf7 into dev Mar 13, 2024
13 checks passed
@amrbashir amrbashir deleted the refactor/file-drop-handler branch March 13, 2024 12:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants