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:
mr. m
2025-06-24 17:44:22 +02:00
parent 9971dbd0ad
commit fe77048619
11 changed files with 89 additions and 49 deletions

View File

@@ -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');