From bb1202a38db7afc9476283800df62f9764ada3b5 Mon Sep 17 00:00:00 2001 From: Eduard Kuzmenko Date: Tue, 26 Jul 2022 08:10:48 +0200 Subject: [PATCH] omg2 --- .env | 4 ++-- src/lib/appManagers/appDialogsManager.ts | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.env b/.env index c47e4dcf..57990215 100644 --- a/.env +++ b/.env @@ -1,5 +1,5 @@ API_ID=1025907 API_HASH=452b0359b988148995f22ff0f4229750 VERSION=1.5.0 -VERSION_FULL=1.5.0 (212) -BUILD=212 +VERSION_FULL=1.5.0 (213) +BUILD=213 diff --git a/src/lib/appManagers/appDialogsManager.ts b/src/lib/appManagers/appDialogsManager.ts index 568c48f4..205fd493 100644 --- a/src/lib/appManagers/appDialogsManager.ts +++ b/src/lib/appManagers/appDialogsManager.ts @@ -1516,7 +1516,8 @@ export class AppDialogsManager { }, {capture: true}); // cancel link click - attachClickEvent(list, (e) => { + // ! do not change it to attachClickEvent + list.addEventListener('click', (e) => { if(e.button === 0) { cancelEvent(e); }