Make popup return the moreInfo element

This commit is contained in:
Thomas Lovén 2019-03-07 21:58:14 +01:00
parent ae9a3dcd7a
commit af5ada7825

View File

@ -379,6 +379,7 @@ class {
} }
}, 100) }, 100)
}, 1000); }, 1000);
return moreInfo;
} }
static closePopUp() { static closePopUp() {
let moreInfo = document.querySelector("home-assistant")._moreInfoEl; let moreInfo = document.querySelector("home-assistant")._moreInfoEl;