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
It should work -- one should be able to move columns around in IE same as in other browsers.
It blows up on a dataTransfer.setData call.
dataTransfer.setData
We use the native D&D API. Fools! Maybe we should rely on the d3-drag behaviour
d3-drag
The text was updated successfully, but these errors were encountered:
👍
Sorry, something went wrong.
No branches or pull requests
Expected Behavior
It should work -- one should be able to move columns around in IE same as in other browsers.
Current Behavior
It blows up on a
dataTransfer.setData
call.Steps to Reproduce (for bugs)
Context
We use the native D&D API. Fools! Maybe we should rely on the
d3-drag
behaviourEnvironment
The text was updated successfully, but these errors were encountered: