mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Fix for WI mode erroring on enter press in finder
This commit is contained in:
@@ -5435,6 +5435,8 @@ process_cookies();
|
|||||||
let index = finder_selection_index >= 0 ? finder_selection_index : 0;
|
let index = finder_selection_index >= 0 ? finder_selection_index : 0;
|
||||||
if (!actions[index]) return;
|
if (!actions[index]) return;
|
||||||
actions[index].click();
|
actions[index].click();
|
||||||
|
} else {
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
} else if (event.key === "ArrowUp") {
|
} else if (event.key === "ArrowUp") {
|
||||||
delta = -1;
|
delta = -1;
|
||||||
|
Reference in New Issue
Block a user