add src=about:blank also to outerFrame

ace-patch-works-in-chromium
webzwo0i 2021-02-28 23:34:32 +01:00
parent 707dc91caa
commit 348105fcbc
1 changed files with 1 additions and 0 deletions

View File

@ -173,6 +173,7 @@ const Ace2Editor = function () {
outerFrame.name = 'ace_outer'; outerFrame.name = 'ace_outer';
outerFrame.title = 'Ether'; outerFrame.title = 'Ether';
info.frame = outerFrame; info.frame = outerFrame;
outerFrame.src = 'about:blank';
const postOuterFrame = () => { const postOuterFrame = () => {
const outerWindow = outerFrame.contentWindow; const outerWindow = outerFrame.contentWindow;