Skip to content

Commit

Permalink
scroll to panel
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomThomson committed Feb 13, 2024
1 parent c6b1c75 commit 93956c1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -718,6 +718,7 @@ export class DashboardContainer

public setFocusedPanelId = (id: string | undefined) => {
this.dispatch.setFocusedPanelId(id);
this.setScrollToPanelId(id);
};

// ------------------------------------------------------------------------------------------------------
Expand Down

0 comments on commit 93956c1

Please sign in to comment.