Ensure only last rows are queried for search

This commit is contained in:
2024-09-11 09:04:39 +02:00
parent ec5310a1f3
commit cbee5bd204
2 changed files with 4 additions and 2 deletions

View File

@@ -106,6 +106,7 @@
function setInputVal(food: main.Food) {
name = food.food;
per100 = String(food.per100);
amount = String(food.amount);
hiLiteIndex = null;
foodSearch = [];
}