Merge pull request #1675 from 2vg/patch-1

fix: validate post's text on mobile client.
This commit is contained in:
syuilo 2018-06-05 23:03:26 +09:00 committed by GitHub
commit 2d2056f2bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@
<div>
<span class="text-count" :class="{ over: text.length > 1000 }">{{ 1000 - text.length }}</span>
<span class="geo" v-if="geo">%fa:map-marker-alt%</span>
<button class="submit" :disabled="posting" @click="post">{{ submitText }}</button>
<button class="submit" :disabled="!canPost" @click="post">{{ submitText }}</button>
</div>
</header>
<div class="form">