We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87d826d commit 141ceddCopy full SHA for 141cedd
1 file changed
utils/misc/nodejs-terminal/html/webcontainer-iframe/webcontainer-iframe.html
@@ -71,7 +71,13 @@
71
;
72
73
74
+ var $
75
+ ;
76
+
77
obj.initmod = function(params){
78
79
+ $ = mod.rd(params,'$',$);
80
81
}//initmod
82
83
@@ -100,6 +106,8 @@
100
106
101
107
var shadow = host.shadowRoot;
102
108
109
+ var root = $(shadow,'#root');
110
+ $.drag(root);
103
111
104
112
ui.url = $(shadow,'#url');
105
113
ui.url.onkeyup = ku.url;
0 commit comments