mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-14 12:08:36 -05:00
Merge from vscode 2f984aad710215f4e4684a035bb02f55d1a9e2cc (#9819)
This commit is contained in:
@@ -32,8 +32,8 @@ export class DiffEditorModel extends EditorModel {
|
||||
|
||||
async load(): Promise<EditorModel> {
|
||||
await Promise.all([
|
||||
this._originalModel ? this._originalModel.load() : Promise.resolve(undefined),
|
||||
this._modifiedModel ? this._modifiedModel.load() : Promise.resolve(undefined),
|
||||
this._originalModel?.load(),
|
||||
this._modifiedModel?.load(),
|
||||
]);
|
||||
|
||||
return this;
|
||||
|
||||
Reference in New Issue
Block a user