From c893dedf361f40edc0956b7a1d1733f82edf14db Mon Sep 17 00:00:00 2001 From: silverpill Date: Wed, 5 Oct 2022 20:06:49 +0000 Subject: [PATCH] Hide "Add quote" button --- src/components/PostEditor.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/PostEditor.vue b/src/components/PostEditor.vue index 1a7bf44..cc8cf57 100644 --- a/src/components/PostEditor.vue +++ b/src/components/PostEditor.vue @@ -45,6 +45,7 @@ title="Attach image" :disabled="!canAttachFile()" @click="selectAttachment()" + @click.middle="quoteInputVisible = !quoteInputVisible" >