Skip to content

Commit 61353ac

Browse files
save file
1 parent 97412d9 commit 61353ac

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@
9797

9898
var ui = {};
9999
ui.url = null;
100+
ui.iframe = null;
101+
var glass;
100102

101103

102104

@@ -125,6 +127,7 @@
125127

126128
ui.iframe = $(shadow,'iframe');
127129

130+
glass = $(shadow,'#glass');
128131

129132

130133

@@ -154,7 +157,7 @@
154157
glass.style.display = 'block';
155158
}
156159
if(dragtype=='drag-end'){
157-
glas.style.display = 'none';
160+
glass.style.display = 'none';
158161
}
159162

160163
}//drag

0 commit comments

Comments
 (0)