fix side menu hidden sub items

email-send-options-from-account
Moe 2021-06-12 21:32:17 -07:00
parent d3f6b01736
commit b2559980e8
1 changed files with 1 additions and 1 deletions

View File

@ -544,7 +544,7 @@ function drawSubMenuItems(linkTarget,definitionsBase){
var sectionId = item.id
if(!sectionId)return null
var sectionElement = document.getElementById(`${sectionId}`)
if(sectionElement && sectionElement.style.display === "none")return null;
if(sectionElement && $(sectionElement).is(":hidden"))return null;
var parentName = item.parentName
var completeLabel = `${item.name}`
return {