From a02f73ce7af0aaf06de887d91648f3bf1ed009d8 Mon Sep 17 00:00:00 2001 From: SergeyEzhin Date: Fri, 29 Jul 2022 01:29:26 +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 31b0943c8..fe6a8ae56 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 => { }} >
))}