Skip to content

Commit 2e0ee03

Browse files
save file
1 parent cf1ae43 commit 2e0ee03

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,8 +249,13 @@
249249

250250
obj.srcdoc = function(html){
251251

252+
iframe = iframe.cloneNode();
253+
252254
build.sandbox();
253255

256+
hldr.append(iframe);
257+
258+
254259
if(!chk['console-persist'].checked){
255260
webconsole.clear();
256261
if(chk['console-echo'].checked){
@@ -265,8 +270,13 @@
265270

266271
obj.sandbox = function(html){
267272
debug('sandbox');
273+
iframe = iframe.cloneNode();
274+
268275
build.sandbox();
269276

277+
hldr.append(iframe);
278+
279+
270280
if(!chk['console-persist'].checked){
271281
webconsole.clear();
272282
if(chk['console-echo'].checked){

0 commit comments

Comments
 (0)