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

When clicking anchor links, get the a tag by using MouseEvent.currentTarget... #4236

Merged
merged 1 commit into from
Sep 11, 2021

Conversation

bavis-m
Copy link
Contributor

@bavis-m bavis-m commented Jul 23, 2021

… instead of just .target: that way if there are any DOM nodes as children of the a tag, it won't grab them, which causes an exception to happen, as they don't have a hash property (only the original a tag has the hash). Fixes issue: #4235

…Target instead of just .target: that way if there are any DOM nodes as children of the a tag, it won't grab them, which causes an exception to happen, as they don't have a hash property (only the original a tag has the hash)
@auto-assign auto-assign bot requested a review from NGPixel July 23, 2021 18:20
@NGPixel NGPixel merged commit b3d9a18 into requarks:dev Sep 11, 2021
jionggyu pushed a commit to jionggyu/wiki-2.5.302-patch that referenced this pull request Jul 9, 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