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.
1 parent ccae3d2 commit 9ef3122Copy full SHA for 9ef3122
packages/comment-widget/src/emoji-button.ts
@@ -83,7 +83,7 @@ export class EmojiButton extends LitElement {
83
}
84
85
override render() {
86
- return html`<button class="emoji-button" type="button">
+ return html`<button class="emoji-button" type="button" aria-label="选择表情">
87
${this.emojiLoading
88
? html`<icon-loading></icon-loading>`
89
: html`<icon-emoji @click=${this.handleOpenEmojiPicker}></icon-emoji>`}
0 commit comments