mirror of
https://github.com/zen-browser/desktop.git
synced 2026-04-21 23:05:47 +00:00
feat: Hide essentials visibility on the same thread, b=no-bug, c=no-component
This commit is contained in:
@@ -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";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user