mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 18:36:30 +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" | ||||
|             container | ||||
|             className="zoom-container" | ||||
|             onClick={(e) => e.stopPropagation()} | ||||
|         > | ||||
|             {t("global_menu.zoom")} | ||||
|             <> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user