mirror of
https://github.com/esiur/iui.git
synced 2026-04-04 15:08:21 +00:00
dropdown
This commit is contained in:
@@ -24,6 +24,10 @@ export default IUI.module(class Layout extends HTMLElement// IUIElement
|
||||
// this.style.display = "none";
|
||||
//}
|
||||
|
||||
async create() {
|
||||
await super.create();
|
||||
}
|
||||
|
||||
static getHTML(el, removeSelf = false) {
|
||||
for (var i = 0; i < el.children.length; i++)
|
||||
if (el.children[i] instanceof Layout) {
|
||||
|
||||
Reference in New Issue
Block a user