mirror of
https://github.com/zadam/trilium.git
synced 2025-10-27 16:26:31 +01:00
chore(global_menu): make zoom item unclickable to avoid misclicks
This commit is contained in:
@@ -182,6 +182,7 @@ function ZoomControls({ parentComponent }: { parentComponent?: Component | null
|
|||||||
icon="bx bx-empty"
|
icon="bx bx-empty"
|
||||||
container
|
container
|
||||||
className="zoom-container"
|
className="zoom-container"
|
||||||
|
onClick={(e) => e.stopPropagation()}
|
||||||
>
|
>
|
||||||
{t("global_menu.zoom")}
|
{t("global_menu.zoom")}
|
||||||
<>
|
<>
|
||||||
|
|||||||
Reference in New Issue
Block a user