Skip to content

Commit

Permalink
Scroll to projects when opening from dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementPasteau committed Jan 2, 2025
1 parent 4ad1a0d commit a918096
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 a918096

Please sign in to comment.