Fixes the issue with the dot and arrow new to the remote videos.

This commit is contained in:
hristoterezov 2014-10-02 16:58:08 +03:00
parent 0856443a6b
commit e0dbb1a47a
1 changed files with 3 additions and 0 deletions

View File

@ -504,6 +504,9 @@ var VideoLayout = (function (my) {
peerContainer.show();
else if (peerContainer.is(':visible') && !isShow)
peerContainer.hide();
VideoLayout.resizeThumbnails();
};
/**