未验证 提交 734b8569 编写于 作者: N NotWearingPants 提交者: GitHub

disposed webviews might be revivable (#100979)

上级 bf07850f
......@@ -99,9 +99,6 @@ export interface WebviewResolver {
}
function canRevive(reviver: WebviewResolver, webview: WebviewInput): boolean {
if (webview.isDisposed()) {
return false;
}
return reviver.canResolve(webview);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册