提交 3e6df955 编写于 作者: B Benjamin Pasero

Exact matches in symbols fuzzy search are not on top (fixes #8673)

上级 20edd6a2
......@@ -603,7 +603,7 @@ export class QuickOpenWidget implements IModelProvider {
this.tree.layout();
// Handle auto focus
if (!this.tree.getFocus() && input && input.entries.some(e => this.isElementVisible(input, e))) {
if (input && input.entries.some(e => this.isElementVisible(input, e))) {
this.autoFocus(input, autoFocus);
}
}, errors.onUnexpectedError);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册