mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
PanelChrome: Fixes issues with hover header and resizing panel above (#71040)
* PanelChrome: Fixes issues with hover header and sizing panel above * Update * Make panel be focusable * Fix tooltip when using keyboard nav * Re-render grid when layout change to have dom positions match absolute css positions * Fix clicking panel leaves hover header open
This commit is contained in:
@@ -93,6 +93,7 @@ export class DashboardGrid extends PureComponent<Props> {
|
||||
}
|
||||
|
||||
this.props.dashboard.sortPanelsByGridPos();
|
||||
this.forceUpdate();
|
||||
};
|
||||
|
||||
triggerForceUpdate = () => {
|
||||
|
||||
Reference in New Issue
Block a user