From b6d6375e2b15264240aeffde9c353dde3615d5c2 Mon Sep 17 00:00:00 2001 From: Esteban Beltran Date: Tue, 14 Nov 2023 10:40:58 +0100 Subject: [PATCH] Sandbox: Add setImmediate polyfill (#78093) --- public/app/features/plugins/sandbox/sandbox_plugin_loader.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/public/app/features/plugins/sandbox/sandbox_plugin_loader.ts b/public/app/features/plugins/sandbox/sandbox_plugin_loader.ts index 02e4be6d8b3..1e92f64e5ec 100644 --- a/public/app/features/plugins/sandbox/sandbox_plugin_loader.ts +++ b/public/app/features/plugins/sandbox/sandbox_plugin_loader.ts @@ -94,6 +94,9 @@ async function doImportPluginModuleInSandbox(meta: PluginMeta): Promise