fix https://gitee.com/openkylin/kylin-code/issues/I7O5I3 首次安装IDE,启动后显示开始页面,不自动跳转walkthrough的第一个分类。

This commit is contained in:
chriswang521 2023-07-26 15:00:38 +08:00
parent 7e56b8e90a
commit ace517c244
1 changed files with 4 additions and 1 deletions

View File

@ -141,7 +141,10 @@ export class GettingStartedPage extends EditorPane {
private contextService: IContextKeyService;
private recentlyOpened: Promise<IRecentlyOpened>;
private hasScrolledToFirstCategory = false;
// First start IDE: Close Scrolled To First Category.--by kylinIDETeam start{
// private hasScrolledToFirstCategory = false;
private hasScrolledToFirstCategory = true;
// First start IDE: Close Scrolled To First Category.--by kylinIDETeam end}
private recentlyOpenedList?: GettingStartedIndexList<RecentEntry>;
private requiredList?: GettingStartedIndexList<RecentEntry>;
private startList?: GettingStartedIndexList<IWelcomePageStartEntry>;