Disable secret quote button in reply form
This commit is contained in:
parent
8c5df16d67
commit
3cba9c7714
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@
|
|||
title="Attach image"
|
||||
:disabled="!canAttachFile()"
|
||||
@click="selectAttachment()"
|
||||
@click.middle="quoteInputVisible = !quoteInputVisible"
|
||||
@click.middle="canAddQuote() ? quoteInputVisible = !quoteInputVisible : null"
|
||||
>
|
||||
<img :src="require('@/assets/feather/paperclip.svg')">
|
||||
<input
|
||||
|
|
Loading…
Reference in a new issue