We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Dragging text instead of an HTML element leads to an assertion error. See below in the reproduction.
Having this HTML:
Some Text <a href="#">Some Link</a>
Select everything, hover the text and try dragging it. There will be an assertion failure.
The problem is here. Perhaps the check target instanceof Element is overly restrictive.
target instanceof Element
An assertion which is wrong.
No assertion.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
🐞 Describe the Bug
Dragging text instead of an HTML element leads to an assertion error. See below in the reproduction.
🔬 Minimal Reproduction
Having this HTML:
Select everything, hover the text and try dragging it. There will be an assertion failure.
The problem is here. Perhaps the check
target instanceof Element
is overly restrictive.😕 Actual Behavior
An assertion which is wrong.
🤔 Expected Behavior
No assertion.
🌍 Environment
The text was updated successfully, but these errors were encountered: