add iframe.src
parent
576be344e4
commit
707dc91caa
|
@ -250,6 +250,7 @@ const Ace2Editor = function () {
|
|||
iframe.title = 'pad';
|
||||
iframe.allowTransparency = true; // for IE
|
||||
iframe.ace_outerWin = outerWindow;
|
||||
iframe.src = 'about:blank';
|
||||
iframe.onload = postInnerFrame;
|
||||
outerDocument.body.insertBefore(iframe, outerDocument.body.firstChild);
|
||||
|
||||
|
|
Loading…
Reference in New Issue