diff --git a/bigbluebutton-html5/imports/startup/client/intl.jsx b/bigbluebutton-html5/imports/startup/client/intl.jsx index e80ac4033850bab26421d8fb3efa2bf776a72f92..9648afca3dd4b22803c925c8361bce6fc13fee9d 100644 --- a/bigbluebutton-html5/imports/startup/client/intl.jsx +++ b/bigbluebutton-html5/imports/startup/client/intl.jsx @@ -152,9 +152,9 @@ class IntlStartup extends Component { {normalizedLocale && ( - <IntlProvider locale={normalizedLocale} messages={messages}> - {children} - </IntlProvider> + <IntlProvider locale={normalizedLocale} messages={messages}> + {children} + </IntlProvider> ) } </> diff --git a/bigbluebutton-html5/imports/ui/components/layout/layout-manager/component.jsx b/bigbluebutton-html5/imports/ui/components/layout/layout-manager/component.jsx index ebc158930bdc6e1422d6c7fb6164bfb0f5a55ea4..1778d86ba8dca9e4e88e3f38e6fe3290d835ac9f 100644 --- a/bigbluebutton-html5/imports/ui/components/layout/layout-manager/component.jsx +++ b/bigbluebutton-html5/imports/ui/components/layout/layout-manager/component.jsx @@ -106,7 +106,7 @@ class LayoutManagerComponent extends Component { window.addEventListener('webcamPlacementChange', () => { this.setLayoutSizes(false, false, true); }); - + window.addEventListener('fullscreenchange', () => { setTimeout(() => this.setLayoutSizes(), 200); });