You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If EuiDraggable is used with an EuiAccordion child, using the button of an accordion as drag handle (which requires to set disableInteractiveElementBlocking), then the drag is aborted right after it starts on touch devices.
Related to elastic/kibana#128098
If
EuiDraggableis used with anEuiAccordionchild, using the button of an accordion as drag handle (which requires to setdisableInteractiveElementBlocking), then the drag is aborted right after it starts on touch devices.Codesandbox to reproduce:
https://codesandbox.io/s/interesting-kalam-z03t4l?file=/demo.js:1151-1184
iPad Minivia dev toolsKapture.2022-05-17.at.17.03.36.mp4
Without
disableInteractiveElementBlockinga button can't be the drag handle.cc @chandlerprall