mirror of
https://github.com/zadam/trilium.git
synced 2025-10-20 15:19:01 +02:00
chore(global_menu): make zoom item unclickable to avoid misclicks
This commit is contained in:
parent
1c9f1ba82c
commit
59fe1299b2
@ -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")}
|
||||||
<>
|
<>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user