mirror of
https://github.com/zen-browser/desktop.git
synced 2026-06-30 14:31:08 +00:00
gh-14382: Fixed overflowing addons not having context menus (gh-14423)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user