From fe678230a8c17958b828cac3bfef095d06d0dda9 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sat, 5 Jul 2025 22:31:04 +0300 Subject: [PATCH] feat(webview): allow popups (closes #5698) --- apps/client/src/widgets/type_widgets/web_view.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/client/src/widgets/type_widgets/web_view.ts b/apps/client/src/widgets/type_widgets/web_view.ts index 6e9b2b9d5..26575d3dc 100644 --- a/apps/client/src/widgets/type_widgets/web_view.ts +++ b/apps/client/src/widgets/type_widgets/web_view.ts @@ -20,7 +20,7 @@ const TPL = /*html*/` function buildElement() { if (!utils.isElectron()) { - return ``; + return ``; } else { return ``; }