Fixes a minor bug in toolbar hide/show behavior when etherpad or prezi is opened.

This commit is contained in:
yanas 2014-07-24 13:39:46 +02:00
parent 9e29378d7f
commit 1dcbf7fce6
1 changed files with 4 additions and 2 deletions

View File

@ -204,8 +204,10 @@ var Chat = (function (my) {
duration: 500}); duration: 500});
} }
else { else {
// Undock the toolbar when the chat is shown. // Undock the toolbar when the chat is shown and if we're in a
Toolbar.dockToolbar(false); // video mode.
if (VideoLayout.isLargeVideoVisible())
Toolbar.dockToolbar(false);
videospace.animate({right: chatSize[0], videospace.animate({right: chatSize[0],
width: videospaceWidth, width: videospaceWidth,