Skip to content

Commit ff19c5b

Browse files
save file
1 parent 2d00479 commit ff19c5b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
root.onmouseleave = e=>icons.style.display='none';
136136

137137
icons = $(shadow,'#icons');
138-
$(icons,'#close').onclick = e=>{};
138+
$(icons,'#close').onclick = e=>root.remove();
139139

140140
ui.url = $(shadow,'#url');
141141
ui.url.onkeyup = ku.url;

0 commit comments

Comments
 (0)