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: allow dropping non-file native objects when there is no drop target #3495

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

TheUnlocked
Copy link

The HTML5 backend currently disallows dropping all native objects when there is no drop target in order to avoid replacing the tab content with the object, but it only really needs to prevent it for files. Doing it for text-like objects as well means you can't drop text into text fields.

Resolves #1552

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.

HTML5 Backend breaks all inputs text drag
2 participants