Quicksave

This commit is contained in:
Mawoka
2025-08-22 12:33:15 +02:00
parent bd659895ad
commit 51f1d74cf2
45 changed files with 15682 additions and 2572 deletions
@@ -66,7 +66,6 @@ SPDX-License-Identifier: MPL-2.0
items_to_show = all_items;
} else {
const res = fuse.search(search_term);
console.log(res, 'search_res');
items_to_show = [];
for (const quiz_data of res) {
items_to_show.push(quiz_data.item);