mirror of
https://github.com/grocy/grocy.git
synced 2025-08-21 04:43:32 +00:00
Optimized form input field navigation delay
This commit is contained in:
@@ -139,7 +139,7 @@ Grocy.Components.CameraBarcodeScanner.StartScanning = function()
|
||||
setTimeout(function()
|
||||
{
|
||||
$(".modal").last().modal("hide");
|
||||
}, 500);
|
||||
}, Grocy.FormFocusDelay);
|
||||
return;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user