From 45901c8da654bbeaae71cc484ea08f39a332baa7 Mon Sep 17 00:00:00 2001 From: eugenijm Date: Mon, 6 Jul 2020 16:55:29 +0300 Subject: Disable status preview in the chat posting form --- src/components/chat/chat.vue | 1 + 1 file changed, 1 insertion(+) (limited to 'src/components/chat/chat.vue') diff --git a/src/components/chat/chat.vue b/src/components/chat/chat.vue index 62b72e14..2e4538c8 100644 --- a/src/components/chat/chat.vue +++ b/src/components/chat/chat.vue @@ -75,6 +75,7 @@ :disable-polls="true" :disable-sensitivity-checkbox="true" :disable-submit="errorLoadingChat || !currentChat" + :disable-preview="true" :post-handler="sendMessage" :submit-on-enter="!mobileLayout" :preserve-focus="!mobileLayout" -- cgit v1.2.3-70-g09d2