mirror of
https://github.com/jonroig/MailtOWA.git
synced 2026-04-25 09:05:54 +03:00
[PR #8] Support links with contents #8
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/MailtOWA-jonroig#8
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jonroig/MailtOWA/pull/8
Author: @okj579
Created: 8/27/2021
Status: 🔄 Open
Base:
master← Head:patch-1📝 Commits (1)
97b8179Support links with contents📊 Changes
1 file changed (+2 additions, -2 deletions)
View changed files
📝
mailtowa.js(+2 -2)📄 Description
The problem was caused because the click target was actually the path or svg element and not the link. This goes up the tree and finds a link that the clicked element is inside and uses it for the rest of the logic.
Fixes #2
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.