fix: spa hijacks back button (closes #400)
This commit is contained in:
		
							parent
							
								
									bb677840fc
								
							
						
					
					
						commit
						b991cf2ee8
					
				
					 1 changed files with 3 additions and 1 deletions
				
			
		| 
						 | 
					@ -79,7 +79,9 @@ async function navigate(url: URL, isBack: boolean = false) {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  // delay setting the url until now
 | 
					  // delay setting the url until now
 | 
				
			||||||
  // at this point everything is loaded so changing the url should resolve to the correct addresses
 | 
					  // at this point everything is loaded so changing the url should resolve to the correct addresses
 | 
				
			||||||
 | 
					  if (!isBack) {
 | 
				
			||||||
    history.pushState({}, "", url)
 | 
					    history.pushState({}, "", url)
 | 
				
			||||||
 | 
					  }
 | 
				
			||||||
  notifyNav(getFullSlug(window))
 | 
					  notifyNav(getFullSlug(window))
 | 
				
			||||||
  delete announcer.dataset.persist
 | 
					  delete announcer.dataset.persist
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue