feat: Hide essentials visibility on the same thread, b=no-bug, c=no-component

This commit is contained in:
mr. m
2026-01-25 19:35:03 +01:00
parent 45ecacfb04
commit f5356dbcb6

View File

@@ -117,9 +117,7 @@
this.originalDragImageArgs = [dragImage, offsetX, offsetY];
dt.setDragImage(...this.originalDragImageArgs);
if (tab.hasAttribute("zen-essential")) {
setTimeout(() => {
tab.style.visibility = "hidden";
}, 0);
tab.style.visibility = "hidden";
}
}