no-bug: Prevent active attribute from being set when a popup opens (gh-13695)

This commit is contained in:
mr. m
2026-05-14 09:41:20 +02:00
committed by GitHub
parent a82e145b1d
commit 1659838194
4 changed files with 4 additions and 5 deletions

View File

@@ -35,7 +35,7 @@ fi
if echo "$LATEST_RELEASE" | jq -e '.security != null and .security != ""' > /dev/null; then
echo
echo "## Security"
echo "[Various security fixes]($(echo "$LATEST_RELEASE" | jq -r '.security'))"
echo "$LATEST_RELEASE" | jq -r 'if (.security | type) == "string" then "- " + .security else .security[] | "- " + . end'
fi
if echo "$LATEST_RELEASE" | jq -e '(.features // []) | length > 0' > /dev/null; then