From 5b0ccb21e4ac3aa4bc7004ddc9227fe31f0e5dec Mon Sep 17 00:00:00 2001 From: SergeyEzhin Date: Tue, 20 Sep 2022 17:48:45 +0300 Subject: [PATCH] [DE mobile] Fix Bug 57989 --- apps/documenteditor/mobile/src/view/edit/EditParagraph.jsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/documenteditor/mobile/src/view/edit/EditParagraph.jsx b/apps/documenteditor/mobile/src/view/edit/EditParagraph.jsx index 7728ee25b..f8511a6a2 100644 --- a/apps/documenteditor/mobile/src/view/edit/EditParagraph.jsx +++ b/apps/documenteditor/mobile/src/view/edit/EditParagraph.jsx @@ -207,7 +207,7 @@ const EditParagraph = props => { onStyleMenuDelete: props.onStyleMenuDelete }}> {curStyle && -
+
} @@ -278,7 +278,7 @@ const EditParagraphStyle = props => { }} >
{!api.asc_IsStyleDefault(style.name) && (
@@ -369,7 +369,7 @@ const ChangeNextParagraphStyle = props => { }} >
))}