mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-05 09:35:39 -05:00
Notebook Views initialization fix (#17109)
Separate the Views load from the initialization. This way we can load previously created views, and only add the new views data to the document when needed. For now, this happens only when a view is created.
This commit is contained in:
@@ -46,7 +46,7 @@ export class NotebookEditorComponent extends AngularDisposable {
|
||||
public views: NotebookViewsExtension;
|
||||
public activeView: INotebookView;
|
||||
public viewMode: ViewMode;
|
||||
public ViewMode = ViewMode;
|
||||
public ViewMode = ViewMode; //For use of the enum in the template
|
||||
|
||||
constructor(
|
||||
@Inject(ILogService) private readonly logService: ILogService,
|
||||
|
||||
Reference in New Issue
Block a user