Optimized form input field navigation delay

This commit is contained in:
Bernd Bestel
2025-01-31 15:35:34 +01:00
parent c8ac094bf4
commit a35db9f1d3
62 changed files with 99 additions and 92 deletions

View File

@@ -108,7 +108,7 @@ $("#search").on("keyup", Delay(function()
}
stockOverviewTable.search(value).draw();
}, 500));
}, Grocy.FormFocusDelay));
$(document).on('click', '.product-grocycode-label-print', function(e)
{
@@ -397,7 +397,7 @@ function RefreshProductRow(productId)
{
RefreshContextualTimeago("#product-" + productId + "-row");
RefreshLocaleNumberDisplay("#product-" + productId + "-row");
}, 500);
}, Grocy.FormFocusDelay);
},
function(xhr)
{