mirror of
https://github.com/microsoft/vscode.git
synced 2026-09-26 01:38:40 +01:00
fix #105924
This commit is contained in:
@@ -209,6 +209,7 @@ export class NotebookTextDiffEditor extends EditorPane implements INotebookTextD
|
||||
}
|
||||
|
||||
async updateLayout() {
|
||||
console.log('update layout');
|
||||
if (!this._model) {
|
||||
return;
|
||||
}
|
||||
@@ -348,6 +349,7 @@ export class NotebookTextDiffEditor extends EditorPane implements INotebookTextD
|
||||
super.clearInput();
|
||||
|
||||
this._modifiedResourceDisposableStore.clear();
|
||||
this._list?.splice(0, this._list?.length || 0);
|
||||
}
|
||||
|
||||
getLayoutInfo(): NotebookLayoutInfo {
|
||||
|
||||
Reference in New Issue
Block a user