Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TAS-2267] 🚸 Allow clicking 1/3 of the epub view to navigate #1824

Closed
wants to merge 1 commit into from

Conversation

nwingt
Copy link
Member

@nwingt nwingt commented Sep 20, 2024

Based on #1822

Copy link

nwingt added a commit that referenced this pull request Sep 20, 2024
@nwingt nwingt force-pushed the feature/reader-epub-navigate branch 3 times, most recently from 3fda96b to a3bf07e Compare September 20, 2024 15:09
nwingt added a commit that referenced this pull request Sep 20, 2024
@@ -290,6 +292,11 @@ export default {
this.initRendition();
document.addEventListener('keydown', this.keyListener, false);
},
beforeDestroy() {
if (this.cleanUpClickListener) {
this.cleanUpClickListener();
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure if we need to set this.cleanUpClickListener to undefined here

@nwingt nwingt closed this Oct 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants