Skip to content
This repository was archived by the owner on Jan 11, 2023. It is now read-only.

Commit b0bca32

Browse files
Łukasz SobekjasonLaster
authored andcommitted
Fixes ? in QOM needing a space to show results (#5504)
1 parent 95deeea commit b0bca32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/QuickOpenModal.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ export class QuickOpenModal extends Component<Props, State> {
164164
return;
165165
}
166166

167-
if (query == "") {
167+
if (query == "" && !this.isShortcutQuery()) {
168168
return this.showTopSources();
169169
}
170170

0 commit comments

Comments
 (0)