Better alt value
This commit is contained in:
parent
3abe632f06
commit
3fe934ee62
|
@ -35,7 +35,7 @@ export default Vue.extend({
|
|||
|
||||
computed: {
|
||||
alt(): string {
|
||||
return this.customEmoji ? this.customEmoji.name : this.char;
|
||||
return this.customEmoji ? `:${this.customEmoji.name}:` : this.char;
|
||||
},
|
||||
|
||||
useOsDefaultEmojis(): boolean {
|
||||
|
|
Loading…
Reference in New Issue