mirror of
				https://github.com/ZetaKebab/quartz.git
				synced 2025-11-03 22:49:47 +00:00 
			
		
		
		
	fix: spa hijacks back button (closes #400)
This commit is contained in:
		@@ -79,7 +79,9 @@ async function navigate(url: URL, isBack: boolean = false) {
 | 
			
		||||
 | 
			
		||||
  // delay setting the url until now
 | 
			
		||||
  // at this point everything is loaded so changing the url should resolve to the correct addresses
 | 
			
		||||
  history.pushState({}, "", url)
 | 
			
		||||
  if (!isBack) {
 | 
			
		||||
    history.pushState({}, "", url)
 | 
			
		||||
  }
 | 
			
		||||
  notifyNav(getFullSlug(window))
 | 
			
		||||
  delete announcer.dataset.persist
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user