Fix history state not updated when swiping

This commit is contained in:
John Factotum
2023-05-27 00:04:26 +08:00
parent 772cbe00ca
commit 36a8fb62e7
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -120,6 +120,8 @@ export class View extends HTMLElement {
this.renderer.setAttribute('exportparts', 'head,foot,filter')
this.renderer.addEventListener('load', e => this.#onLoad(e.detail))
this.renderer.addEventListener('relocate', e => this.#onRelocate(e.detail))
this.renderer.addEventListener('snapend', () =>
this.history.replaceState(this.lastLocation))
this.renderer.addEventListener('create-overlayer', e =>
e.detail.attach(this.#createOverlayer(e.detail)))
this.renderer.open(book)