mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-17 17:22:42 -05:00
Merge VS Code 1.31.1 (#4283)
This commit is contained in:
@@ -117,6 +117,6 @@ export class ExtHostModalDialogs implements ExtHostModalDialogsShape {
|
||||
|
||||
$onClosed(handle: number): void {
|
||||
const webview = this._webviews.get(handle);
|
||||
webview.onClosedEmitter.fire();
|
||||
webview.onClosedEmitter.fire(undefined);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user