diff --git a/zundler/assets/zundler_main.js b/zundler/assets/zundler_main.js index 7a18161..4340b72 100644 --- a/zundler/assets/zundler_main.js +++ b/zundler/assets/zundler_main.js @@ -246,6 +246,7 @@ window.onload = function() { }, "*"); var oldIframe = document.getElementById("old-" + iFrameId); if (oldIframe) { oldIframe.remove() }; + iframe.contentWindow.document.body.focus(); } else if (evnt.data.action == 'retrieveFile') { const path = evnt.data.argument.path;