diff --git a/src/components/postReply/tpr-reply.vue b/src/components/postReply/tpr-reply.vue index 8788782a..b9776f72 100644 --- a/src/components/postReply/tpr-reply.vue +++ b/src/components/postReply/tpr-reply.vue @@ -4,9 +4,7 @@ class="tpr-bubble" v-if="props.modelValue.user.reply_bubble !== null" :title="props.modelValue.user.reply_bubble.name" - :style="{ - backgroundColor: props.modelValue.user.reply_bubble.bg_color, - }" + :style="{ backgroundColor: props.modelValue.user.reply_bubble.bg_color }" > bubble @@ -52,9 +50,7 @@ activator="parent" location="end" :close-on-content-click="false" - :no-click-animation="true" v-model="showSub" - :persistent="true" >