From 6d89d645653e38725c8f239a3a59f104038dae11 Mon Sep 17 00:00:00 2001 From: Miroslav Pejic Date: Wed, 20 Dec 2023 09:21:23 +0100 Subject: [PATCH] [mirotalksfu] - add missing --- public/js/VideoGrid.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/js/VideoGrid.js b/public/js/VideoGrid.js index 01f04eeb..27d5011f 100644 --- a/public/js/VideoGrid.js +++ b/public/js/VideoGrid.js @@ -164,7 +164,7 @@ function resizeMainButtons() { // #################################################### function resizeChatRoom() { - if (DetectRTC.isMobileDevice || !rc.isChatOpen) return; + if (DetectRTC.isMobileDevice || !rc.isChatOpen || rc.isChatPinned) return; const windowWidth = window.innerWidth; const windowHeight = window.innerHeight;