Optimized product picker focus handling

This commit is contained in:
Bernd Bestel
2025-01-24 16:46:42 +01:00
parent f4226876c9
commit aad589eaca
2 changed files with 22 additions and 17 deletions

View File

@@ -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")
{