mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-30 18:05:55 +01:00 
			
		
		
		
	chore(react): fix configure languages open in background
This commit is contained in:
		| @@ -80,7 +80,7 @@ interface FormListItemOpts { | ||||
|     disabled?: boolean; | ||||
|     checked?: boolean | null; | ||||
|     selected?: boolean; | ||||
|     onClick?: () => void; | ||||
|     onClick?: (e: MouseEvent) => void; | ||||
|     triggerCommand?: CommandNames; | ||||
|     description?: string; | ||||
|     className?: string; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user