omg2
This commit is contained in:
parent
1d99336211
commit
bb1202a38d
4
.env
4
.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
|
||||
|
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user