diff --git a/apps/presentationeditor/mobile/app/view/Settings.js b/apps/presentationeditor/mobile/app/view/Settings.js index b324f2dd8..b97b74d95 100644 --- a/apps/presentationeditor/mobile/app/view/Settings.js +++ b/apps/presentationeditor/mobile/app/view/Settings.js @@ -219,7 +219,9 @@ define([ showSetApp: function () { this.showPage('#settings-application-view'); - $('.page[data-page=settings-application-view] .page-content > :not(.display-view)').hide(); + if (!isEdit) { + $('.page[data-page=settings-application-view] .page-content > :not(.display-view)').hide(); + } if (isShowMacros) { $('#settings-macros').single('click', _.bind(this.showMacros, this)); }