Don't show presentation overlay when swappedw

This commit is contained in:
Lucas Zawacki 2018-12-14 17:22:59 -03:00
parent 6101ca5c13
commit 442eb9a472

View File

@ -129,7 +129,7 @@ export default withModalMounter(withTracker(({ mountModal }) => {
if (data.swapLayout) {
data.floatingOverlay = true;
data.hideOverlay = hidePresentation;
data.hideOverlay = true; //hidePresentation;
}
MediaContainer.propTypes = propTypes;