Dynamic Dashboards: Workaround for making responsive items selectable (#101794)
This commit is contained in:
+1
@@ -48,6 +48,7 @@ export class ResponsiveGridLayoutManager
|
||||
|
||||
// @ts-ignore
|
||||
this.state.layout.getDragClassCancel = () => 'drag-cancel';
|
||||
this.state.layout.isDraggable = () => true;
|
||||
}
|
||||
|
||||
public addPanel(vizPanel: VizPanel) {
|
||||
|
||||
Reference in New Issue
Block a user