lit fixes
This commit is contained in:
		
							parent
							
								
									e30a03b5c4
								
							
						
					
					
						commit
						096b306bc5
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		|  | @ -102,7 +102,7 @@ const MARGIN = 16; | ||||||
| const align = () => { | const align = () => { | ||||||
| 	if (props.src == null) return; | 	if (props.src == null) return; | ||||||
| 	if (type === 'drawer') return; | 	if (type === 'drawer') return; | ||||||
| 	if (type == 'dialog') return; | 	if (type === 'dialog') return; | ||||||
| 
 | 
 | ||||||
| 	if (content == null) return; | 	if (content == null) return; | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -10,4 +10,4 @@ export type UnicodeEmojiDef = { | ||||||
| // initial converted from https://github.com/muan/emojilib/commit/242fe68be86ed6536843b83f7e32f376468b38fb
 | // initial converted from https://github.com/muan/emojilib/commit/242fe68be86ed6536843b83f7e32f376468b38fb
 | ||||||
| import _emojilist from '../emojilist.json'; | import _emojilist from '../emojilist.json'; | ||||||
| 
 | 
 | ||||||
| export const emojilist = _emojilist  as UnicodeEmojiDef[]; | export const emojilist = _emojilist as UnicodeEmojiDef[]; | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue