mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-09 13:44:29 +08:00
fix(commandline): skip input recall on up arrow when it's opened with specific list (@byseif21) (#6627)
### Description fix this https://github.com/monkeytypegame/monkeytype/pull/6460#issuecomment-2816486698 also not only in the theme picker but you can find it happening in the language list through the language button.
This commit is contained in:
parent
9cd312ddf0
commit
61766d3a8c
1 changed files with 1 additions and 0 deletions
|
|
@ -711,6 +711,7 @@ const modal = new AnimatedModal({
|
|||
) {
|
||||
if (
|
||||
Config.singleListCommandLine === "on" &&
|
||||
subgroupOverride === null &&
|
||||
inputValue === "" &&
|
||||
lastSingleListModeInputValue !== ""
|
||||
) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue