Message reply hide poll icon

This commit is contained in:
10G Meow 2023-04-10 08:38:04 +00:00 committed by N Pex
parent 09fae88bf6
commit cec09f4b3c

View file

@ -123,7 +123,7 @@
</v-btn>
</v-col>
<v-col v-if="(!currentInput || currentInput.length == 0) && canCreatePoll"
<v-col v-if="(!currentInput || currentInput.length == 0) && canCreatePoll && !replyToEvent"
class="input-area-button text-center flex-grow-0 flex-shrink-1">
<v-btn icon large color="black" @click="showCreatePollDialog = true">
<v-icon dark>$vuetify.icons.poll</v-icon>