mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 06:59:31 +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)",
|
borderRight: "1px solid var(--border)",
|
||||||
alignItems: "center"
|
alignItems: "center"
|
||||||
}}
|
}}
|
||||||
|
onDoubleClick={(e) => e.stopPropagation()}
|
||||||
>
|
>
|
||||||
<Button
|
<Button
|
||||||
disabled={!canGoBack}
|
disabled={!canGoBack}
|
||||||
|
|||||||
Reference in New Issue
Block a user