mirror of
https://github.com/grocy/grocy.git
synced 2025-08-19 11:48:55 +00:00
Optimized form input field navigation delay
This commit is contained in:
@@ -121,5 +121,5 @@ $(document).on("Grocy.BarcodeScanned", function(e, barcode, target)
|
||||
Grocy.Components.RecipePicker.GetInputElement().focusout();
|
||||
Grocy.Components.RecipePicker.GetInputElement().focus();
|
||||
Grocy.Components.RecipePicker.GetInputElement().blur();
|
||||
}, 500);
|
||||
}, Grocy.FormFocusDelay);
|
||||
});
|
||||
|
Reference in New Issue
Block a user