Squash multiple space

This commit is contained in:
syuilo 2019-01-23 19:42:47 +09:00
parent ad66c8478a
commit aa9ba31675
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69

View file

@ -28,7 +28,7 @@
</div>
</x-draggable>
</div>
<mk-poll-editor v-if="poll" ref="poll" @destroyed="poll = false" @updated="onPollUpdate()"/>
<mk-poll-editor v-if="poll" ref="poll" @destroyed="poll = false" @updated="onPollUpdate()"/>
<mk-uploader ref="uploader" @uploaded="attachMedia" @change="onChangeUploadings"/>
<footer>
<button class="upload" @click="chooseFile"><fa icon="upload"/></button>