Sidebar with Filenavigator, Librarylist and Boardlist does not get rendered initially anymore.

Signed-off-by: jbicker <jan.bicker@typefox.io>
This commit is contained in:
jbicker
2019-06-13 10:10:29 +02:00
parent 088951ae01
commit 4c3becd3e8
7 changed files with 28 additions and 7 deletions

View File

@@ -8,7 +8,7 @@ import { BoardsListWidget } from './boards-list-widget';
export abstract class ListWidgetFrontendContribution extends AbstractViewContribution<ListWidget> implements FrontendApplicationContribution {
async initializeLayout(): Promise<void> {
await this.openView();
// await this.openView();
}
}