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

pull/169/head
hristoterezov 11 years ago
parent 0856443a6b
commit e0dbb1a47a
  1. 3
      videolayout.js

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

Loading…
Cancel
Save