Fix #1141
This commit is contained in:
parent
f01693d08d
commit
493dfd2118
3 changed files with 29 additions and 9 deletions
|
|
@ -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 }">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue