diff --git a/apps/presentationeditor/mobile/app/controller/edit/EditContainer.js b/apps/presentationeditor/mobile/app/controller/edit/EditContainer.js index 2be10986d..5281fd7df 100644 --- a/apps/presentationeditor/mobile/app/controller/edit/EditContainer.js +++ b/apps/presentationeditor/mobile/app/controller/edit/EditContainer.js @@ -365,7 +365,7 @@ define([ _settings.push('hyperlink'); } }); - if (!no_text) + if (!no_text && !_.contains(_settings, 'image')) _settings.unshift('text'); // Exclude hyperlink if text is locked