Suggest in CW (#3467)
This commit is contained in:
		
							parent
							
								
									dc80d5d376
								
							
						
					
					
						commit
						345143b0c1
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -15,7 +15,7 @@
 | 
			
		|||
			<a v-for="tag in recentHashtags.slice(0, 5)" @click="addTag(tag)" :title="$t('click-to-tagging')">#{{ tag }}</a>
 | 
			
		||||
		</div>
 | 
			
		||||
		<div class="local-only" v-if="this.localOnly == true">{{ $t('local-only-message') }}</div>
 | 
			
		||||
		<input v-show="useCw" v-model="cw" :placeholder="$t('annotations')">
 | 
			
		||||
		<input v-show="useCw" ref="cw" v-model="cw" :placeholder="$t('annotations')" v-autocomplete="'cw'">
 | 
			
		||||
		<div class="textarea">
 | 
			
		||||
			<textarea :class="{ with: (files.length != 0 || poll) }"
 | 
			
		||||
				ref="text" v-model="text" :disabled="posting"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -16,7 +16,7 @@
 | 
			
		|||
				<span v-for="u in visibleUsers">{{ u | userName }}<a @click="removeVisibleUser(u)">[x]</a></span>
 | 
			
		||||
				<a @click="addVisibleUser">+{{ $t('add-visible-user') }}</a>
 | 
			
		||||
			</div>
 | 
			
		||||
			<input v-show="useCw" v-model="cw" :placeholder="$t('annotations')">
 | 
			
		||||
			<input v-show="useCw" ref="cw" v-model="cw" :placeholder="$t('annotations')" v-autocomplete="'cw'">
 | 
			
		||||
			<textarea v-model="text" ref="text" :disabled="posting" :placeholder="placeholder" v-autocomplete="'text'"></textarea>
 | 
			
		||||
			<div class="attaches" v-show="files.length != 0">
 | 
			
		||||
				<x-draggable class="files" :list="files" :options="{ animation: 150 }">
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue