mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 20:26:42 +00:00
Optimized form input field navigation delay
This commit is contained in:
@@ -82,7 +82,7 @@ $("#search").on("keyup", Delay(function()
|
||||
|
||||
$(".recipe-gallery-item").removeClass("d-none");
|
||||
$(".recipe-gallery-item .card-title-search:not(:contains_case_insensitive(" + value + "))").parent().parent().parent().addClass("d-none");
|
||||
}, 500));
|
||||
}, Grocy.FormFocusDelay));
|
||||
|
||||
$("#clear-filter-button").on("click", function()
|
||||
{
|
||||
|
Reference in New Issue
Block a user