-
Notifications
You must be signed in to change notification settings - Fork 30.1k
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
Allow switching how content is dropped #179430
Comments
Learnings from this also apply to copy paste providers Will likely require some API additions to:
|
For microsoft#179430 Adds two new UX components: - An inline progress icon shown when a drop operation takes over 500ms. This replaces the notification. You can click on it to cancel the drop - Post drop, a drop feedback icon that lets you drop the file in a different way. This lets you drop the file as plain text for instance instead of as a markdown link
For microsoft#179430 Adds two new UX components: - An inline progress icon shown when a drop operation takes over 500ms. This replaces the notification. You can click on it to cancel the drop - Post drop, a drop feedback icon that lets you drop the file in a different way. This lets you drop the file as plain text for instance instead of as a markdown link
For #179430 Adds two new UX components: - An inline progress icon shown when a drop operation takes over 500ms. This replaces the notification. You can click on it to cancel the drop - Post drop, a drop feedback icon that lets you drop the file in a different way. This lets you drop the file as plain text for instance instead of as a markdown link
For microsoft#179430, microsoft#30066 This lets us call just the provider we are interested in
This has been implemented using the Tracking finalization for the related extension API in #30066 |
To verify:
|
Related to #156384
When multiple drop providers are registered, we should allow selecting which one is used on drop. This includes letting users fall back to dropping the item as plaintext
Main requirements:
The text was updated successfully, but these errors were encountered: