no-bug: Run less color blending for macos and windows (gh-13335)

This commit is contained in:
mr. m
2026-04-21 00:05:50 +02:00
committed by GitHub
parent 77dbc2090c
commit 1f77fe2ea7
3 changed files with 27 additions and 5 deletions

View File

@@ -1166,7 +1166,7 @@ class nsZenViewSplitter extends nsZenDOMOperatedFeature {
insetUpdateContextMenuItems() {
const contentAreaContextMenu = document.getElementById("tabContextMenu");
contentAreaContextMenu.addEventListener("popupshowing", () => {
let contextTab = TabContextMenu.contextTab;
let contextTab = TabContextMenu.contextTab || gBrowser.selectedTab;
let selectedTabs = contextTab.multiselected
? gBrowser.selectedTabs
: [contextTab];