Skip to content

Commit ef6f833

Browse files
committed
Update paint-align classes
1 parent b3ed30e commit ef6f833

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

features/paint-align/script.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ export default async function ({ feature }) {
3232
let span = document.querySelector(".ste-align-items")
3333

3434
if (feature.traps.paint().format === "BITMAP" || feature.traps.paint().selectedItems?.length < 2) {
35-
span.classList.add("disabled")
35+
span.classList.add("button_mod-disabled_1rf31")
3636
} else {
37-
span.classList.remove("disabled")
37+
span.classList.remove("button_mod-disabled_1rf31")
3838
}
3939
}
4040
})

0 commit comments

Comments
 (0)