mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 12:04:04 +01:00
Fix markdown preview not being restored
This commit is contained in:
@@ -153,7 +153,7 @@ export class MainThreadWebviews implements MainThreadWebviewsShape, WebviewReviv
|
||||
return false;
|
||||
}
|
||||
|
||||
return (this._revivers.has(webview.viewType) || webview.reviver !== null) && webview.state.state;
|
||||
return (this._revivers.has(webview.viewType) || webview.reviver !== null);
|
||||
}
|
||||
|
||||
private _onWillShutdown(): TPromise<boolean> {
|
||||
|
||||
Reference in New Issue
Block a user