mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-03 23:14:13 +00:00 
			
		
		
		
	絵文字ピッカーでカスタム絵文字が表示されないのを修正
This commit is contained in:
		
							parent
							
								
									6670c72f8b
								
							
						
					
					
						commit
						d7dda8f6e3
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
					@ -11,7 +11,8 @@
 | 
				
			||||||
			class="_button item"
 | 
								class="_button item"
 | 
				
			||||||
			@click="emit('chosen', emoji, $event)"
 | 
								@click="emit('chosen', emoji, $event)"
 | 
				
			||||||
		>
 | 
							>
 | 
				
			||||||
			<MkEmoji class="emoji" :emoji="emoji" :normal="true"/>
 | 
								<MkCustomEmoji v-if="emoji[0] === ':'" class="emoji" :name="emoji" :normal="true"/>
 | 
				
			||||||
 | 
								<MkEmoji v-else class="emoji" :emoji="emoji" :normal="true"/>
 | 
				
			||||||
		</button>
 | 
							</button>
 | 
				
			||||||
	</div>
 | 
						</div>
 | 
				
			||||||
</section>
 | 
					</section>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue