gh-14382: Fixed overflowing addons not having context menus (gh-14423)

This commit is contained in:
mr. m
2026-06-30 12:28:46 +02:00
committed by GitHub
parent 06392af296
commit dc3ff8b1c9

View File

@@ -1579,6 +1579,7 @@ window.gZenVerticalTabsManager = {
overflowElements.appendChild(child);
} else {
const element = document.getElementById("page-action-buttons");
child.setAttribute("context", "toolbar-context-menu");
element.before(child);
}
return;