elastic / kibana

Your window into the Elastic Stack
https://www.elastic.co/products/kibana
Other
19.69k stars 8.24k forks source link

[Dashboard][Collapsable Panels] Respond to touch events #202014

Open Heenawter opened 5 days ago

Heenawter commented 5 days ago

Describe the feature:

Currently, everything in kbn-grid-layout is driven by mouse events - onmousedown, onmouseup, onmousemove, etc. react-grid-layout responds to touch events (i.e. touchstart, touchend, touchmove, etc), and so we should also add support for these events in kbn-grid-layout.

elasticmachine commented 5 days ago

Pinging @elastic/kibana-presentation (Team:Presentation)