提交 95cc31de 编写于 作者: M Matt Bierner

Fix all webviews being revived

上级 0d376d89
......@@ -33,7 +33,7 @@ export class WebviewEditorInputFactory implements IEditorInputFactory {
input: WebviewEditorInput
): string {
// Has no state, don't revive
if (!input.state) {
if (!input.state || !input.webviewState) {
return null;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册