diff --git a/apps/ashell.app/hterm_all.js b/apps/ashell.app/hterm_all.js index b4c44306..2e94b68b 100755 --- a/apps/ashell.app/hterm_all.js +++ b/apps/ashell.app/hterm_all.js @@ -11835,13 +11835,7 @@ hterm.ScrollPort.prototype.decorate = function(div, callback) { } }; - // Insert Iframe content asynchronously in FF. Otherwise when the frame's - // load event fires in FF it clears out the content of the iframe. - if ('mozInnerScreenX' in globalThis) { // detect a FF only property - this.iframe_.addEventListener('load', () => onLoad()); - } else { - onLoad(); - } + onLoad(); };