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

Commit 5b13c51

Browse files
haoRchenjasonLaster
authored andcommitted
Fixes issue#5698 (#5742)
1 parent 0a7316d commit 5b13c51

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/QuickOpenModal.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,7 @@ export class QuickOpenModal extends Component<Props, State> {
300300
}
301301

302302
if (["ArrowUp", "ArrowDown"].includes(e.key)) {
303+
e.preventDefault();
303304
return this.traverseResults(e);
304305
}
305306
};

0 commit comments

Comments
 (0)