提交 138d0201 编写于 作者: B Benjamin Pasero

fix #20497

上级 1abe3f25
......@@ -339,7 +339,7 @@ export class QuickOpenWidget implements IModelProvider {
if (this.isVisible) {
// Transition into quick navigate mode if not yet done
if (!this.quickNavigateConfiguration) {
if (!this.quickNavigateConfiguration && quickNavigate) {
this.quickNavigateConfiguration = quickNavigate;
this.tree.DOMFocus();
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册