提交 06a9bacf 编写于 作者: I isidor

do not clear list, just dispose as before

上级 1d2268ef
......@@ -669,7 +669,7 @@ export class ActionBar extends EventEmitter implements IActionRunner {
public dispose(): void {
if (this.items !== null) {
this.clear();
lifecycle.dispose(this.items);
}
this.items = null;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册