This commit is contained in:
Eduard Kuzmenko 2022-07-26 07:47:28 +02:00
parent d1677f334d
commit 193187cd5e
2 changed files with 5 additions and 4 deletions

4
.env
View File

@ -1,5 +1,5 @@
API_ID=1025907
API_HASH=452b0359b988148995f22ff0f4229750
VERSION=1.5.0
VERSION_FULL=1.5.0 (210)
BUILD=210
VERSION_FULL=1.5.0 (211)
BUILD=211

View File

@ -1523,9 +1523,10 @@ export class AppImManager extends EventListenerBase<{
document.body.classList.toggle(LEFT_COLUMN_ACTIVE_CLASSNAME, id === 0);
this.overrideHash(id > 0 ? this.chat?.peerId : undefined);
const prevTabId = this.tabId;
if(prevTabId !== -1) {
this.overrideHash(id > 0 ? this.chat?.peerId : undefined);
}
this.log('selectTab', id, prevTabId);