Skip to content

Commit 49e176a

Browse files
Scroll to projects when opening from dashboard (#7273)
Do not show in changelog
1 parent 71c2a0b commit 49e176a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

newIDE/app/src/GameDashboard/GameDashboardCard.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,8 @@ const GameDashboardCard = ({
435435
{ type: 'separator' },
436436
{
437437
label: i18n._(t`See all in the game dashboard`),
438-
click: () => onOpenGameManager({ game }),
438+
click: () =>
439+
onOpenGameManager({ game, widgetToScrollTo: 'projects' }),
439440
},
440441
]
441442
);

0 commit comments

Comments
 (0)