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:
Torkel Ödegaard
2023-07-05 14:17:51 +02:00
committed by GitHub
parent f02e1548d7
commit 7252c6dd91
7 changed files with 41 additions and 48 deletions

View File

@@ -93,6 +93,7 @@ export class DashboardGrid extends PureComponent<Props> {
}
this.props.dashboard.sortPanelsByGridPos();
this.forceUpdate();
};
triggerForceUpdate = () => {