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:
Seif Soliman 2025-06-23 16:03:52 +03:00 committed by GitHub
parent 9cd312ddf0
commit 61766d3a8c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -711,6 +711,7 @@ const modal = new AnimatedModal({
) {
if (
Config.singleListCommandLine === "on" &&
subgroupOverride === null &&
inputValue === "" &&
lastSingleListModeInputValue !== ""
) {