Don't show presentation overlay when swappedw
This commit is contained in:
parent
6101ca5c13
commit
442eb9a472
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user