From 69012a40b261f3eaaf0225a3d1d590abf88ce9b9 Mon Sep 17 00:00:00 2001 From: morethanwords Date: Fri, 26 Nov 2021 14:06:43 +0400 Subject: [PATCH] Fix clicking by name in floating bubble --- .env | 4 ++-- src/scss/partials/_chatBubble.scss | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.env b/.env index f3c036b6..701975a4 100644 --- a/.env +++ b/.env @@ -1,5 +1,5 @@ API_ID=1025907 API_HASH=452b0359b988148995f22ff0f4229750 VERSION=0.9.1 -VERSION_FULL=0.9.1 (30) -BUILD=30 +VERSION_FULL=0.9.1 (31) +BUILD=31 diff --git a/src/scss/partials/_chatBubble.scss b/src/scss/partials/_chatBubble.scss index aa4453fd..54430b78 100644 --- a/src/scss/partials/_chatBubble.scss +++ b/src/scss/partials/_chatBubble.scss @@ -1078,7 +1078,7 @@ $bubble-beside-button-width: 38px; .peer-title { font-weight: 400 !important; - pointer-events: none; + // pointer-events: none; } }