diff --git a/web/app.js b/web/app.js index 79a47aca9..d42fd7d21 100644 --- a/web/app.js +++ b/web/app.js @@ -1580,6 +1580,12 @@ const PDFViewerApplication = { URL: this.url, }, }); + + if (this.externalServices.isInAutomation) { + this.eventBus.dispatch("sandboxcreated", { + source: this, + }); + } } catch (error) { console.error(error); this._destroyScriptingInstance();