提交 c209a9e1 编写于 作者: J Johannes Rieken

fix #53836

上级 a3352860
......@@ -352,6 +352,9 @@ export class OutlinePanel extends ViewletPanel {
return false;
}
const keyInfo = mapping[event.code];
if (!keyInfo) {
return false;
}
if (keyInfo.value) {
$this._input.focus();
return true;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册