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

the internal link appear when you click and drag a link on production mode #918

Closed
panaC opened this issue Jan 17, 2020 · 6 comments
Closed

Comments

@panaC
Copy link
Member

panaC commented Jan 17, 2020

image

@panaC panaC added the bug label Jan 17, 2020
@panaC panaC changed the title internal links appear on drag actions on production mode the internal link appear when you click and drag a link on production mode Jan 17, 2020
@panaC
Copy link
Member Author

panaC commented Oct 14, 2020

an idea to fix this bug @danielweck ?

@danielweck
Copy link
Member

Something like:

*, *::after, *::before {
	-webkit-user-select: none;
	-webkit-user-drag: none;
	-webkit-app-region: no-drag;
}

@danielweck
Copy link
Member

Needs to apply to links inside EPUB HTML documents as well. I will push a fix shortly.

@danielweck
Copy link
Member

Fixed via 414b730

@danielweck
Copy link
Member

PDF-specific fix via: bee2de1

@danielweck
Copy link
Member

Follow-up issue: #1599

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants