提交 a41c0961 编写于 作者: C Christof Marti

Fix check for undefined (fixes #48523)

上级 59454c77
......@@ -488,7 +488,7 @@ export class QuickInputService extends Component implements IQuickInputService {
protected updateStyles() {
const theme = this.themeService.getTheme();
if (this.ui.inputBox) {
if (this.ui) {
this.ui.inputBox.style(theme);
}
if (this.container) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册