Skip to content

Commit 61766d3

Browse files
authored
fix(commandline): skip input recall on up arrow when it's opened with specific list (@byseif21) (monkeytypegame#6627)
### Description fix this monkeytypegame#6460 (comment) also not only in the theme picker but you can find it happening in the language list through the language button.
1 parent 9cd312d commit 61766d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/src/ts/commandline/commandline.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -711,6 +711,7 @@ const modal = new AnimatedModal({
711711
) {
712712
if (
713713
Config.singleListCommandLine === "on" &&
714+
subgroupOverride === null &&
714715
inputValue === "" &&
715716
lastSingleListModeInputValue !== ""
716717
) {

0 commit comments

Comments
 (0)