Skip to content

Commit

Permalink
Scroll to projects when opening from dashboard (#7273)
Browse files Browse the repository at this point in the history
Do not show in changelog
  • Loading branch information
ClementPasteau authored Jan 2, 2025
1 parent 71c2a0b commit 49e176a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion newIDE/app/src/GameDashboard/GameDashboardCard.js
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,8 @@ const GameDashboardCard = ({
{ type: 'separator' },
{
label: i18n._(t`See all in the game dashboard`),
click: () => onOpenGameManager({ game }),
click: () =>
onOpenGameManager({ game, widgetToScrollTo: 'projects' }),
},
]
);
Expand Down

0 comments on commit 49e176a

Please sign in to comment.