From c353d7677295b603505a704b917d3b7d730ed8d7 Mon Sep 17 00:00:00 2001 From: Dustin Brett Date: Wed, 14 Feb 2024 20:50:49 -0800 Subject: [PATCH] Clicking ctrl to open in new window --- components/apps/Browser/index.tsx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/components/apps/Browser/index.tsx b/components/apps/Browser/index.tsx index 0225f0ac..034947cd 100644 --- a/components/apps/Browser/index.tsx +++ b/components/apps/Browser/index.tsx @@ -409,7 +409,13 @@ const Browser: FC = ({ id }) => { {bookmarks.map(({ name, icon, url: bookmarkUrl }) => (