fix issue with the library context menu
This commit is contained in:
parent
5fc92c915f
commit
fa27a839f3
1 changed files with 3 additions and 1 deletions
|
@ -296,7 +296,9 @@ define(["jQuery", "apphost", "scripts/taskbutton", "loading", "libraryMenu", "gl
|
|||
html += "</div>";
|
||||
html += "</div>";
|
||||
html += '<div class="cardFooter visualCardBox-cardFooter">';
|
||||
if (virtualFolder.showMenu === true) {
|
||||
|
||||
// always show menu unless explicitly hidden
|
||||
if (virtualFolder.showMenu !== false) {
|
||||
html += '<div style="text-align:right; float:right;padding-top:5px;">';
|
||||
html += '<button type="button" is="paper-icon-button-light" class="btnCardMenu autoSize"><i class="md-icon"></i></button>';
|
||||
html += "</div>";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue