We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23d41bf commit 1393d3eCopy full SHA for 1393d3e
src/ChatWindow/Room.vue
@@ -163,7 +163,7 @@
163
<div
164
ref="roomFooter"
165
class="vac-room-footer"
166
- v-if="Object.keys(room).length"
+ v-show="Object.keys(room).length && showFooter"
167
>
168
<transition name="vac-slide-up">
169
<div v-if="messageReply" class="vac-reply-container">
@@ -189,7 +189,7 @@
189
</div>
190
</transition>
191
192
- <div class="vac-box-footer" v-if="showFooter">
+ <div class="vac-box-footer">
193
<div class="vac-icon-textarea-left" v-if="showAudio && !imageFile">
194
<div class="vac-svg-button" @click="recordAudio">
195
<slot
0 commit comments