-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
[Lens] Drag and drop handling #36189
Comments
Pinging @elastic/kibana-app |
Wylie and I discussed a bit yesterday, and decided to implement the most basic feature set we need and nothing more. So, the current PR does not provide out-of-the-box mechanisms for re-ordering. It's just drag / drop / change some CSS classes if the drop target is active or supports the dragged item. |
As noted by Joe, we'll need to look into cross-platform issues, such as drag and drop on mobile. There are some polyfills available which we can investigate when the time comes. |
@chrisdavies I think we can add a separate |
I think this is addressed well enough by the PR mentioned above. Closing for now. |
Has to work without assuming a single react tree (because of agnostic rendering)
The text was updated successfully, but these errors were encountered: