Skip to content

Commit 141cedd

Browse files
save file
1 parent 87d826d commit 141cedd

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

utils/misc/nodejs-terminal/html/webcontainer-iframe/webcontainer-iframe.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,13 @@
7171
;
7272

7373

74+
var $
75+
;
76+
7477
obj.initmod = function(params){
78+
79+
$ = mod.rd(params,'$',$);
80+
7581
}//initmod
7682

7783

@@ -100,6 +106,8 @@
100106

101107
var shadow = host.shadowRoot;
102108

109+
var root = $(shadow,'#root');
110+
$.drag(root);
103111

104112
ui.url = $(shadow,'#url');
105113
ui.url.onkeyup = ku.url;

0 commit comments

Comments
 (0)