From 2f6b1e6bcc604ab06f98ffda3a7b3386cbedcf73 Mon Sep 17 00:00:00 2001 From: Abdullah Atta Date: Fri, 31 Jan 2025 11:51:53 +0500 Subject: [PATCH] web: fix rapidly clicking on back/forward buttons opened new tab --- apps/web/src/components/editor/action-bar.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/web/src/components/editor/action-bar.tsx b/apps/web/src/components/editor/action-bar.tsx index 03e90a10d..606cfdc9c 100644 --- a/apps/web/src/components/editor/action-bar.tsx +++ b/apps/web/src/components/editor/action-bar.tsx @@ -321,6 +321,7 @@ function TabStrip() { borderRight: "1px solid var(--border)", alignItems: "center" }} + onDoubleClick={(e) => e.stopPropagation()} >