fixed:首次安装IDE,启动后显示开始页面,不自动跳转walkthrough的第一个分类。
This commit is contained in:
parent
983c10edab
commit
849aa5cead
|
@ -149,7 +149,10 @@ export class GettingStartedPage extends EditorPane {
|
||||||
|
|
||||||
private contextService: IContextKeyService;
|
private contextService: IContextKeyService;
|
||||||
|
|
||||||
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 recentlyOpenedList?: GettingStartedIndexList<RecentEntry>;
|
||||||
private requiredList?: GettingStartedIndexList<RecentEntry>;
|
private requiredList?: GettingStartedIndexList<RecentEntry>;
|
||||||
private startList?: GettingStartedIndexList<IWelcomePageStartEntry>;
|
private startList?: GettingStartedIndexList<IWelcomePageStartEntry>;
|
||||||
|
|
Loading…
Reference in New Issue