From 62b2fbfecf4671b679eb234d83610d41245b2c55 Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Thu, 2 Mar 2017 15:18:54 +0300 Subject: [PATCH] [PE mobile] Bug with image remove on android. --- apps/presentationeditor/mobile/app/template/EditImage.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/presentationeditor/mobile/app/template/EditImage.template b/apps/presentationeditor/mobile/app/template/EditImage.template index 7a5837448..facdaf17b 100644 --- a/apps/presentationeditor/mobile/app/template/EditImage.template +++ b/apps/presentationeditor/mobile/app/template/EditImage.template @@ -42,7 +42,7 @@
  • <% if (android) { %> - <%= scope.textRemove %> + <%= scope.textRemove %> <% } else { %> <%= scope.textRemove %> <% } %>