未验证 提交 ded9b078 编写于 作者: C Christopher Leidigh 提交者: GitHub

:japanese_goblin:SelectBox Custom: Hide Drop-down on Dispose. Fixes: #40962 (#40974)

SelectBox Custom: Hide Drop-down on Dispose.  Fixes: #40962 
上级 a83a46d9
......@@ -675,6 +675,7 @@ export class SelectBoxList implements ISelectBoxDelegate, IDelegate<ISelectOptio
}
public dispose(): void {
this.hideSelectDropDown(false);
this.toDispose = dispose(this.toDispose);
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册