Skip to content

Commit add575f

Browse files
save file
1 parent 6108e78 commit add575f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,8 +316,9 @@
316316
debug('sandbox');
317317
iframe.remove();
318318
iframe = iframe.cloneNode();
319-
319+
debug(sandbox_url);
320320
build.sandbox();
321+
iframe.src = sandbox_url;
321322
iframe.onload = onload;
322323
hldr.append(iframe);
323324

0 commit comments

Comments
 (0)