mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 20:26:42 +00:00
Optimized product picker focus handling
This commit is contained in:
@@ -757,7 +757,7 @@ $(window).on("message", function(e)
|
||||
}
|
||||
else if (data.Message == "CloseLastModal")
|
||||
{
|
||||
$(".modal:visible").last().modal("hide");
|
||||
$(".modal:visible").not(".custom-escape-key-handling").last().modal("hide");
|
||||
}
|
||||
else if (data.Message == "ResizeResponsiveEmbeds")
|
||||
{
|
||||
|
Reference in New Issue
Block a user