mirror of
https://github.com/john-okeefe/foliate-js.git
synced 2026-09-09 11:29:14 -04:00
Fix history state not updated when swiping
This commit is contained in:
+1
-1
@@ -608,7 +608,7 @@ export class Paginator extends HTMLElement {
|
||||
index: this.#adjacentIndex(dir),
|
||||
anchor: dir < 0 ? () => 1 : () => 0,
|
||||
})
|
||||
})
|
||||
}).then(() => this.dispatchEvent(new Event('snapend')))
|
||||
}
|
||||
#onTouchStart(e) {
|
||||
const touch = e.changedTouches[0]
|
||||
|
||||
Reference in New Issue
Block a user