提交 65df3cf8 编写于 作者: D Daniel Imms

Focus integrated terminal when panel toggled

上级 833be745
......@@ -110,6 +110,10 @@ export class TerminalPanel extends Panel {
});
}
public focus(): void {
this.focusTerminal(true);
}
private focusTerminal(force?: boolean): void {
let text = window.getSelection().toString();
if (!text || force) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册