mirror of
https://github.com/nextcloud/server.git
synced 2026-06-14 19:20:35 -04:00
Merge pull request #4175 from nextcloud/fix-socialmenudisplay
Do not show social menu when there is no link share
This commit is contained in:
commit
47e342c730
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@
|
|||
'{{#if singleAction}}' +
|
||||
'<a class="{{#unless isLinkShare}}hidden-visually{{/unless}} clipboardButton icon icon-clippy" data-clipboard-target="#linkText-{{cid}}"></a>' +
|
||||
'{{else}}' +
|
||||
'<a href="#"><span class="linkMore icon icon-more"></span></a>' +
|
||||
'<a class="{{#unless isLinkShare}}hidden-visually{{/unless}}" href="#"><span class="linkMore icon icon-more"></span></a>' +
|
||||
'{{{popoverMenu}}}' +
|
||||
'{{/if}}' +
|
||||
'</div>' +
|
||||
|
|
|
|||
Loading…
Reference in a new issue