[DE mobile] For Bug 63235

This commit is contained in:
SergeyEzhin
2023-07-21 18:55:06 +03:00
parent f8248de462
commit d9e8ca6bcb

View File

@ -362,7 +362,7 @@ class ContextMenu extends ContextMenuController {
event: 'openlink'
});
if(isAllowedEditing) {
if(isAllowedEditing && !isViewer) {
itemsText.push({
caption: t('ContextMenu.menuEditLink'),
event: 'editlink'