chore(client): Improve emoji picker usability
This commit is contained in:
		
							parent
							
								
									fd363f5617
								
							
						
					
					
						commit
						90c07a220f
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -4,7 +4,7 @@ | |||
| 		<div class="buttons" ref="buttons" :class="{ showFocus }"> | ||||
| 			<button class="_button" v-for="(reaction, i) in rs" :key="reaction" @click="react(reaction)" :tabindex="i + 1" :title="reaction" v-particle><x-reaction-icon :reaction="reaction"/></button> | ||||
| 		</div> | ||||
| 		<input class="text" v-model="text" :placeholder="$t('enterEmoji')" @keyup.enter="reactText" @input="tryReactText" v-autocomplete="{ model: 'text' }"> | ||||
| 		<input class="text" v-model.trim="text" :placeholder="$t('enterEmoji')" @keyup.enter="reactText" @input="tryReactText" v-autocomplete="{ model: 'text' }"> | ||||
| 	</div> | ||||
| </x-popup> | ||||
| </template> | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue