fix(client): use MkEmoji for custom emoji in MkEmojiPicker
This commit is contained in:
		
							parent
							
								
									329ef760bf
								
							
						
					
					
						commit
						e35e788ebb
					
				
					 1 changed files with 1 additions and 2 deletions
				
			
		|  | @ -12,8 +12,7 @@ | ||||||
| 					tabindex="0" | 					tabindex="0" | ||||||
| 					@click="chosen(emoji, $event)" | 					@click="chosen(emoji, $event)" | ||||||
| 				> | 				> | ||||||
| 					<!--<MkEmoji v-if="emoji.char != null" :emoji="emoji.char"/>--> | 					<MkEmoji class="emoji" :emoji="`:${emoji.name}:`" /> | ||||||
| 					<img class="emoji" :src="disableShowingAnimatedImages ? getStaticImageUrl(emoji.url) : emoji.url"/> |  | ||||||
| 				</button> | 				</button> | ||||||
| 			</div> | 			</div> | ||||||
| 			<div v-if="searchResultUnicode.length > 0" class="body"> | 			<div v-if="searchResultUnicode.length > 0" class="body"> | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue