From 69d045a788e08ec10196bbb3075e89a001788032 Mon Sep 17 00:00:00 2001 From: morethanwords Date: Thu, 2 Dec 2021 17:48:35 +0400 Subject: [PATCH] Build --- .env | 4 ++-- src/components/chat/bubbles.ts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.env b/.env index 51b65fe1..98586e79 100644 --- a/.env +++ b/.env @@ -1,5 +1,5 @@ API_ID=1025907 API_HASH=452b0359b988148995f22ff0f4229750 VERSION=0.9.2 -VERSION_FULL=0.9.2 (34) -BUILD=34 +VERSION_FULL=0.9.2 (35) +BUILD=35 diff --git a/src/components/chat/bubbles.ts b/src/components/chat/bubbles.ts index 9d76ee32..8754d40b 100644 --- a/src/components/chat/bubbles.ts +++ b/src/components/chat/bubbles.ts @@ -529,7 +529,7 @@ export default class ChatBubbles { }); } - if(!IS_MOBILE) { + if(!IS_MOBILE && this.chat.type !== 'pinned') { this.listenerSetter.add(this.bubblesContainer)('dblclick', (e) => { if(this.chat.selection.isSelecting || !this.appMessagesManager.canSendToPeer(this.peerId, this.chat.threadId)) {