This commit is contained in:
Matt Bierner
2019-04-03 15:33:24 -07:00
committed by Karl Burtram
parent 605160a1ba
commit e9d04d75ac

View File

@@ -220,7 +220,7 @@ export class WebviewEditorService implements IWebviewEditorService {
// Revived webviews may not have an actively registered reviver but we still want to presist them // Revived webviews may not have an actively registered reviver but we still want to presist them
// since a reviver should exist when it is actually needed. // since a reviver should exist when it is actually needed.
return !(webview instanceof RevivedWebviewEditorInput); return webview instanceof RevivedWebviewEditorInput;
} }
private async tryRevive( private async tryRevive(