Dynamic Dashboards: Workaround for making responsive items selectable (#101794)

This commit is contained in:
Bogdan Matei
2025-03-07 14:38:08 +00:00
committed by GitHub
parent 2e0d2f3c76
commit 7ee3b9f041
@@ -48,6 +48,7 @@ export class ResponsiveGridLayoutManager
// @ts-ignore
this.state.layout.getDragClassCancel = () => 'drag-cancel';
this.state.layout.isDraggable = () => true;
}
public addPanel(vizPanel: VizPanel) {