We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7ef52ad + ef6f833 commit 4dfeef0Copy full SHA for 4dfeef0
features/paint-align/script.js
@@ -32,9 +32,9 @@ export default async function ({ feature }) {
32
let span = document.querySelector(".ste-align-items")
33
34
if (feature.traps.paint().format === "BITMAP" || feature.traps.paint().selectedItems?.length < 2) {
35
- span.classList.add("disabled")
+ span.classList.add("button_mod-disabled_1rf31")
36
} else {
37
- span.classList.remove("disabled")
+ span.classList.remove("button_mod-disabled_1rf31")
38
}
39
40
})
0 commit comments