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

pull/99528/merge
Bogdan Matei 4 months ago committed by GitHub
parent 2e0d2f3c76
commit 7ee3b9f041
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      public/app/features/dashboard-scene/scene/layout-responsive-grid/ResponsiveGridLayoutManager.tsx

@ -48,6 +48,7 @@ export class ResponsiveGridLayoutManager
// @ts-ignore
this.state.layout.getDragClassCancel = () => 'drag-cancel';
this.state.layout.isDraggable = () => true;
}
public addPanel(vizPanel: VizPanel) {

Loading…
Cancel
Save