mirror of
https://github.com/grocy/grocy.git
synced 2025-08-17 03:04:36 +00:00
More modal iframe dialog handling improvements
This commit is contained in:
@@ -314,7 +314,7 @@ Grocy.Components.ProductPicker.GetPicker().on('change', function(e)
|
||||
setTimeout(function()
|
||||
{
|
||||
$('#display_amount').focus();
|
||||
}, 200);
|
||||
}, 500);
|
||||
$('#display_amount').trigger('keyup');
|
||||
RefreshPriceHint();
|
||||
},
|
||||
|
Reference in New Issue
Block a user