FS-9578 #resolve [VC does not resize the video when chat is opened/closed]

This commit is contained in:
Anthony Minessale 2016-09-27 17:54:43 -05:00
parent d1f1ca1b5d
commit f0f02b20b3

View File

@ -275,6 +275,7 @@
}
angular.element('#wrapper').toggleClass('toggled');
$rootScope.chatStatus = angular.element('#wrapper').hasClass('toggled');
updateVideoSize();
};
$rootScope.openChat = function() {