mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-04 10:14:36 +02:00
Remove keydown event listener in epub reader
This commit is contained in:
parent
e248b6d8d8
commit
916fd039ca
1 changed files with 0 additions and 1 deletions
|
@ -213,7 +213,6 @@ export default {
|
|||
// set up event listeners
|
||||
reader.rendition.on('relocated', reader.relocated)
|
||||
reader.rendition.on('keydown', reader.keyUp)
|
||||
document.addEventListener('keydown', reader.keyUp, false)
|
||||
|
||||
// load ebook cfi locations
|
||||
const savedLocations = this.loadLocations()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue