[ESQL] Scroll to Panel (#176835)

Scroll to panel when it is focused
This commit is contained in:
Devon Thomson 2024-02-14 13:42:40 -05:00 committed by GitHub
parent c7c7bc2a82
commit 5e56ad222a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -718,6 +718,7 @@ export class DashboardContainer
public setFocusedPanelId = (id: string | undefined) => {
this.dispatch.setFocusedPanelId(id);
this.setScrollToPanelId(id);
};
// ------------------------------------------------------------------------------------------------------