We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf1ae43 commit 2e0ee03Copy full SHA for 2e0ee03
1 file changed
utils/editors/html-editor/html/output-html/v2.0/output-html-v2.0.html
@@ -249,8 +249,13 @@
249
250
obj.srcdoc = function(html){
251
252
+ iframe = iframe.cloneNode();
253
+
254
build.sandbox();
255
256
+ hldr.append(iframe);
257
258
259
if(!chk['console-persist'].checked){
260
webconsole.clear();
261
if(chk['console-echo'].checked){
@@ -265,8 +270,13 @@
265
270
266
271
obj.sandbox = function(html){
267
272
debug('sandbox');
273
274
268
275
269
276
277
278
279
280
281
282
0 commit comments