From f62fcba362d8405af11bf5c3c647ec88877603fd Mon Sep 17 00:00:00 2001 From: Johannes Kvamme <22146437+FluidSense@users.noreply.github.com> Date: Fri, 18 Sep 2020 14:09:27 +0200 Subject: [PATCH] Render invisible iframes --- src/IFrameWindow.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/IFrameWindow.js b/src/IFrameWindow.js index a2dc4a08..1bbcfed1 100644 --- a/src/IFrameWindow.js +++ b/src/IFrameWindow.js @@ -21,7 +21,6 @@ export class IFrameWindow { // shotgun approach this._frame.style.visibility = "hidden"; this._frame.style.position = "absolute"; - this._frame.style.display = "none"; this._frame.style.width = 0; this._frame.style.height = 0;