[Dashboard][Collapsable Panels] Respond to touch events #202014
Labels
Feature:Dashboard
Dashboard related features
impact:high
Addressing this issue will have a high level of impact on the quality/strength of our product.
loe:small
Small Level of Effort
Project:Collapsable Panels
Related to the project for adding collapsable sections to Dashboards.
Team:Presentation
Presentation Team for Dashboard, Input Controls, and Canvas
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 inkbn-grid-layout
.The text was updated successfully, but these errors were encountered: