mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-22 22:49:45 +01:00
web: fix rapidly clicking on back/forward buttons opened new tab
This commit is contained in:
committed by
Abdullah Atta
parent
abb918e179
commit
2f6b1e6bcc
@@ -321,6 +321,7 @@ function TabStrip() {
|
||||
borderRight: "1px solid var(--border)",
|
||||
alignItems: "center"
|
||||
}}
|
||||
onDoubleClick={(e) => e.stopPropagation()}
|
||||
>
|
||||
<Button
|
||||
disabled={!canGoBack}
|
||||
|
||||
Reference in New Issue
Block a user