forked from openkylin/kylin-code
fix https://gitee.com/openkylin/kylin-code/issues/I7O5I3 首次安装IDE,启动后显示开始页面,不自动跳转walkthrough的第一个分类。
This commit is contained in:
parent
7e56b8e90a
commit
ace517c244
|
@ -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>;
|
||||
|
|
Loading…
Reference in New Issue