feat: allow popovers on intrapage links (closes #243)
This commit is contained in:
		
							parent
							
								
									0d314db1f8
								
							
						
					
					
						commit
						b5fec6c87f
					
				
					 1 changed files with 0 additions and 2 deletions
				
			
		| 
						 | 
					@ -32,8 +32,6 @@ async function mouseEnterHandler(
 | 
				
			||||||
  const hash = targetUrl.hash
 | 
					  const hash = targetUrl.hash
 | 
				
			||||||
  targetUrl.hash = ""
 | 
					  targetUrl.hash = ""
 | 
				
			||||||
  targetUrl.search = ""
 | 
					  targetUrl.search = ""
 | 
				
			||||||
  // prevent hover of the same page
 | 
					 | 
				
			||||||
  if (thisUrl.toString() === targetUrl.toString()) return
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
  const contents = await fetch(`${targetUrl}`)
 | 
					  const contents = await fetch(`${targetUrl}`)
 | 
				
			||||||
    .then((res) => res.text())
 | 
					    .then((res) => res.text())
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue