mirror of
https://github.com/zen-browser/desktop.git
synced 2026-04-26 09:14:22 +00:00
fix: Fixed workspace overflows not working and refined new HSL picker, b=no-bug, c=tabs, common, compact-mode, workspaces
This commit is contained in:
@@ -119,7 +119,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
for (const element of ZenWorkspaceCreation.elementsToDisable) {
|
||||
for (const element of nsZenWorkspaceCreation.elementsToDisable) {
|
||||
const el = document.getElementById(element);
|
||||
if (el) {
|
||||
el.setAttribute('disabled', 'true');
|
||||
|
||||
Reference in New Issue
Block a user