提交 f2c8145d 编写于 作者: S Sandeep Somavarapu

#41377 forgot to return

上级 2315df4b
......@@ -198,6 +198,7 @@ export class PanelViewlet extends Viewlet {
for (const { panel } of this.panelItems) {
if (panel.isExpanded()) {
panel.focus();
return;
}
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册