Fix handling chat resize

This commit is contained in:
Eduard Kuzmenko 2022-04-12 14:14:29 +03:00
parent 9cac66831a
commit 0753649f02

View File

@ -2359,8 +2359,6 @@ export default class ChatBubbles {
this.viewsMids.clear();
}
this.destroyResizeObserver();
this.middleware.clean();
this.onAnimateLadder = undefined;
@ -2508,6 +2506,7 @@ export default class ChatBubbles {
}
} else {
this.isFirstLoad = true;
this.destroyResizeObserver();
}
const oldChatInner = this.chatInner;