From dac85d6d0ef6c36f362ae3344abb41f89ff7998a Mon Sep 17 00:00:00 2001 From: SergeyEzhin Date: Mon, 28 Nov 2022 11:44:53 +0400 Subject: [PATCH] [PE mobile] Correct disabling toolbar --- .../mobile/src/page/main.jsx | 24 +++++++++---------- 1 file changed, 11 insertions(+), 13 deletions(-) diff --git a/apps/presentationeditor/mobile/src/page/main.jsx b/apps/presentationeditor/mobile/src/page/main.jsx index 9df9d4b6a..f063d3584 100644 --- a/apps/presentationeditor/mobile/src/page/main.jsx +++ b/apps/presentationeditor/mobile/src/page/main.jsx @@ -126,19 +126,17 @@ class MainPage extends Component { {!this.state.previewVisible ? null : } {/* Top Navbar */} - {config?.customization && - - {(!isBranding && showLogo) &&
{ - window.open(`${__PUBLISHER_URL__}`, "_blank"); - }}>
} - - - - -
- } + + {(!isBranding && showLogo) &&
{ + window.open(`${__PUBLISHER_URL__}`, "_blank"); + }}>
} + + + + +
{/* Page content */}