This commit is contained in:
morethanwords 2021-12-02 17:48:35 +04:00
parent 4412b40763
commit 69d045a788
2 changed files with 3 additions and 3 deletions

4
.env
View File

@ -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

View File

@ -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)) {