mirror of
				https://github.com/jackyzha0/quartz.git
				synced 2025-10-30 03:17:39 +01:00 
			
		
		
		
	fix: ctrl+click with spa enabled
This commit is contained in:
		
							parent
							
								
									3268d45a20
								
							
						
					
					
						commit
						f66d2c23ac
					
				| @ -92,7 +92,7 @@ function createRouter() { | |||||||
|   if (typeof window !== "undefined") { |   if (typeof window !== "undefined") { | ||||||
|     window.addEventListener("click", async (event) => { |     window.addEventListener("click", async (event) => { | ||||||
|       const { url } = getOpts(event) ?? {} |       const { url } = getOpts(event) ?? {} | ||||||
|       if (!url) return |       if (!url || event.ctrlKey || event.metaKey) return | ||||||
|       event.preventDefault() |       event.preventDefault() | ||||||
|       try { |       try { | ||||||
|         navigate(url, false) |         navigate(url, false) | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Jacky Zhao
						Jacky Zhao