diff --git a/static/koboldai.js b/static/koboldai.js index a3b459f9..5ce4736a 100644 --- a/static/koboldai.js +++ b/static/koboldai.js @@ -5449,6 +5449,8 @@ process_cookies(); return; } + if (finder_mode !== "ui") return; + const actionsCount = actions.length; let future = finder_selection_index + delta;