We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7454b79 commit 34fdc40Copy full SHA for 34fdc40
js/ui/color.mjs
@@ -32,7 +32,7 @@ export class ColorButton extends HTMLElement {
32
}
33
34
click(e) {
35
- this.#button.dispatchEvent(e);
+ this.#button.click(e);
36
37
38
set isActive(value) {
js/ui/tool.mjs
@@ -34,7 +34,7 @@ export class ToolButton extends HTMLElement {
39
40
js/ui/variant.mjs
@@ -29,7 +29,7 @@ export class VariantButton extends HTMLElement {
29
30
31
get #button() {
0 commit comments