提交 b3369296 编写于 作者: A Alex Dima

Dispose inputBox properly (fixes #656)

上级 0838482b
......@@ -343,6 +343,9 @@ export class InputBox extends ee.EventEmitter {
}
public dispose(): void {
this.toDispose = lifecycle.disposeAll(this.toDispose);
this._hideMessage();
this.element = null;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册