提交 a1fa2a89 编写于 作者: I isidor

debug: tree clear focus and selection and focusing into input box in trees

fixes #59829
上级 a8b2950a
......@@ -133,6 +133,8 @@ export function renderRenameBox(debugService: IDebugService, contextViewService:
inputBox.value = options.initialValue ? options.initialValue : '';
inputBox.focus();
inputBox.select();
tree.clearFocus();
tree.clearSelection();
let disposed = false;
const toDispose: IDisposable[] = [inputBox, styler];
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册