Add search to emoji picker (#1395)
This commit is contained in:
		
							parent
							
								
									93db265be7
								
							
						
					
					
						commit
						8bdf02812c
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -47,7 +47,7 @@ const EmojiPickerDropdown = React.createClass({
 | 
			
		|||
        </DropdownTrigger>
 | 
			
		||||
 | 
			
		||||
        <DropdownContent className='dropdown__left'>
 | 
			
		||||
          <EmojiPicker emojione={settings} onChange={this.handleChange} />
 | 
			
		||||
          <EmojiPicker emojione={settings} onChange={this.handleChange} search={true} />
 | 
			
		||||
        </DropdownContent>
 | 
			
		||||
      </Dropdown>
 | 
			
		||||
    );
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue