Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit 6b5b9b5

Browse files
fix: Stencil except a public event emitter
1 parent d201642 commit 6b5b9b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

studio/src/app/popovers/editor/app-color/app-color.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export class AppColor {
2020
@Prop()
2121
selectedElement: HTMLElement;
2222

23-
@Event() private colorDidChange: EventEmitter<HTMLElement>;
23+
@Event() colorDidChange: EventEmitter<HTMLElement>;
2424

2525
private applyToAllDeck: boolean = false;
2626

0 commit comments

Comments
 (0)