web: fix rapidly clicking on back/forward buttons opened new tab

This commit is contained in:
Abdullah Atta
2025-01-31 11:51:53 +05:00
committed by Abdullah Atta
parent abb918e179
commit 2f6b1e6bcc

View File

@@ -321,6 +321,7 @@ function TabStrip() {
borderRight: "1px solid var(--border)",
alignItems: "center"
}}
onDoubleClick={(e) => e.stopPropagation()}
>
<Button
disabled={!canGoBack}