[PE mobile] Fix bug 41693
This commit is contained in:
parent
1f2b093ed1
commit
275d69f9e2
|
@ -365,7 +365,7 @@ define([
|
||||||
_settings.push('hyperlink');
|
_settings.push('hyperlink');
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
if (!no_text)
|
if (!no_text && !_.contains(_settings, 'image'))
|
||||||
_settings.unshift('text');
|
_settings.unshift('text');
|
||||||
|
|
||||||
// Exclude hyperlink if text is locked
|
// Exclude hyperlink if text is locked
|
||||||
|
|
Loading…
Reference in a new issue