mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Fix errors on non-ui modes of finder
This commit is contained in:
@@ -5449,6 +5449,8 @@ process_cookies();
|
||||
return;
|
||||
}
|
||||
|
||||
if (finder_mode !== "ui") return;
|
||||
|
||||
const actionsCount = actions.length;
|
||||
let future = finder_selection_index + delta;
|
||||
|
||||
|
Reference in New Issue
Block a user