diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-02-25 13:05:55 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-02-25 13:05:55 +0900 |
| commit | 493dfd2118080099f86fa3e16d5395f06cdfaa01 (patch) | |
| tree | ab1725a2538746cfd9a7f9ce4d9ce101264c5f21 /src/web/app/desktop | |
| parent | v3869 (diff) | |
| download | sharkey-493dfd2118080099f86fa3e16d5395f06cdfaa01.tar.gz sharkey-493dfd2118080099f86fa3e16d5395f06cdfaa01.tar.bz2 sharkey-493dfd2118080099f86fa3e16d5395f06cdfaa01.zip | |
Fix #1141
Diffstat (limited to 'src/web/app/desktop')
| -rw-r--r-- | src/web/app/desktop/views/components/post-form.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/app/desktop/views/components/post-form.vue b/src/web/app/desktop/views/components/post-form.vue index d38ed9a046..ecb686a109 100644 --- a/src/web/app/desktop/views/components/post-form.vue +++ b/src/web/app/desktop/views/components/post-form.vue @@ -9,7 +9,7 @@ <textarea :class="{ with: (files.length != 0 || poll) }" ref="text" v-model="text" :disabled="posting" @keydown="onKeydown" @paste="onPaste" :placeholder="placeholder" - v-autocomplete + v-autocomplete="'text'" ></textarea> <div class="medias" :class="{ with: poll }" v-show="files.length != 0"> <x-draggable :list="files" :options="{ animation: 150 }"> |