未验证 提交 95be625a 编写于 作者: J Joao Moreno

fixes #86602

上级 317ee159
......@@ -564,6 +564,12 @@ class ViewModel {
dispose(): void {
this.visibilityDisposables.dispose();
this.disposables.dispose();
for (const item of this.items) {
item.disposable.dispose();
}
this.items = [];
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册