Fix errors on non-ui modes of finder

This commit is contained in:
somebody
2022-11-28 22:08:03 -06:00
parent 378423dd36
commit b6caea023c

View File

@@ -5449,6 +5449,8 @@ process_cookies();
return;
}
if (finder_mode !== "ui") return;
const actionsCount = actions.length;
let future = finder_selection_index + delta;