From 224bbdf8a9f46167930c68ee769aea39df6a3006 Mon Sep 17 00:00:00 2001 From: Emil Ivov Date: Fri, 7 Oct 2016 17:27:32 -0500 Subject: [PATCH] Fixes desktop expansion on filmstirp shortcut hide. --- modules/UI/UI.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/UI/UI.js b/modules/UI/UI.js index 8cc5aa5f8..70678b97a 100644 --- a/modules/UI/UI.js +++ b/modules/UI/UI.js @@ -345,7 +345,6 @@ UI.mucJoined = function () { */ UI.handleToggleFilmStrip = () => { UI.toggleFilmStrip(); - VideoLayout.resizeVideoArea(true, false); }; /** @@ -729,6 +728,7 @@ UI.toggleSmileys = function () { UI.toggleFilmStrip = function () { var self = FilmStrip; self.toggleFilmStrip.apply(self, arguments); + VideoLayout.resizeVideoArea(true, false); }; /**