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 000575f commit fb882adCopy full SHA for fb882ad
src/ChatWindow/ChatMessage.vue
@@ -163,7 +163,7 @@
163
</transition>
164
</div>
165
166
- <transition-group name="slide-left">
+ <transition-group name="slide-left" v-if="!message.deleted">
167
<button
168
v-for="(reaction, key) in message.reactions"
169
v-show="reaction.length"
@@ -242,7 +242,7 @@ export default {
242
)
243
},
244
emojiOpened(val) {
245
- if (val) this.closeOptions()
+ if (val) this.optionsOpened = false
246
}
247
248
0 commit comments