Fixed recipe edit button on recipes page gallery view (fixes #2541)

This commit is contained in:
Bernd Bestel
2024-08-24 20:01:01 +02:00
parent 1323fff3e2
commit 2bc58e083d
3 changed files with 8 additions and 2 deletions

View File

@@ -341,6 +341,11 @@ $(".recipe-gallery-item").on("click", function(e)
}
});
$(".recipe-edit-button").on("click", function(e)
{
e.stopPropagation();
});
$(".recipe-fullscreen").on('click', function(e)
{
e.preventDefault();