From f564b2c94af30f1f11f46246e6e03c590dfe4f97 Mon Sep 17 00:00:00 2001 From: SergeyEzhin Date: Fri, 9 Dec 2022 15:56:52 +0400 Subject: [PATCH] [DE SSE mobile] Removed the config check --- apps/documenteditor/mobile/src/page/main.jsx | 27 +++++++++---------- .../mobile/src/page/main.jsx | 27 +++++++++---------- 2 files changed, 25 insertions(+), 29 deletions(-) diff --git a/apps/documenteditor/mobile/src/page/main.jsx b/apps/documenteditor/mobile/src/page/main.jsx index 4a3767fb8..b06d0d5e6 100644 --- a/apps/documenteditor/mobile/src/page/main.jsx +++ b/apps/documenteditor/mobile/src/page/main.jsx @@ -157,21 +157,18 @@ class MainPage extends Component { return ( {/* Top Navbar */} - {config?.customization && - - {(!isBranding && showLogo) && -
{ - window.open(`${__PUBLISHER_URL__}`, "_blank"); - }}>
} - - - - -
- } - + + {(!isBranding && showLogo) && +
{ + window.open(`${__PUBLISHER_URL__}`, "_blank"); + }}>
} + + + + +
{/* Page content */} diff --git a/apps/spreadsheeteditor/mobile/src/page/main.jsx b/apps/spreadsheeteditor/mobile/src/page/main.jsx index dc0a82233..c24dc6ef9 100644 --- a/apps/spreadsheeteditor/mobile/src/page/main.jsx +++ b/apps/spreadsheeteditor/mobile/src/page/main.jsx @@ -121,20 +121,19 @@ class MainPage extends Component { return ( - {/* Top Navbar */} - {config?.customization && - - {(!isBranding && showLogo) &&
{ - window.open(`${__PUBLISHER_URL__}`, "_blank"); - }}>
} - - - - -
- } + {/* Top Navbar */} + + {(!isBranding && showLogo) &&
{ + window.open(`${__PUBLISHER_URL__}`, "_blank"); + }}>
} + + + + +
+ this.handleClickToOpenOptions('add', {panels: panels, button: button})}/> {/* Page content */}