Suggest in CW (#3467)

This commit is contained in:
MeiMei
2018-12-02 07:33:03 +09:00
committed by syuilo
parent dc80d5d376
commit 345143b0c1
2 changed files with 2 additions and 2 deletions

View File

@ -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"