Skip to content

Commit 600ed4b

Browse files
save file
1 parent e427a13 commit 600ed4b

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

utils/editors/html/editors-hdr/v2.0/editors-hdr-v2.0.html

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -110,11 +110,13 @@
110110

111111
obj.init = async function(){
112112
debug('init',obj.version);
113-
top = mod['top-menu'];
113+
await mod.auto();
114114

115-
top.initmod({ext,$,menu});
115+
//top = mod['top-menu'];
116116

117-
await top.init();
117+
//top.initmod({ext,$,menu});
118+
119+
//await top.init();
118120

119121

120122
}//init
@@ -127,7 +129,7 @@
127129

128130
var shadow = host.shadowRoot;
129131

130-
top.initdom(shadow);
132+
//top.initdom(shadow);
131133

132134
$(shadow,'[value=isolate]').onclick = btn.isolate;
133135

0 commit comments

Comments
 (0)