Skip to content

Commit 481a100

Browse files
save file
1 parent 2e0ee03 commit 481a100

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

utils/editors/html-editor/html/output-html/v2.0/output-html-v2.0.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,7 @@
249249

250250
obj.srcdoc = function(html){
251251

252+
iframe.remove();
252253
iframe = iframe.cloneNode();
253254

254255
build.sandbox();
@@ -270,6 +271,7 @@
270271

271272
obj.sandbox = function(html){
272273
debug('sandbox');
274+
iframe.remove();
273275
iframe = iframe.cloneNode();
274276

275277
build.sandbox();

0 commit comments

Comments
 (0)