mirror of https://github.com/go-gitea/gitea.git
Fix incorrect link-action event target (#25306)
A regression of #25210 The `e.target` is not "this", eg: `<button link-action><svg></button>`, then `this` should be `button` but `e.target` is `svg`. I will propose a clearer and complete solution for these "link-action" "show-modal" elements after #24724 Co-authored-by: Giteabot <teabot@gitea.io>pull/25345/head^2
parent
1ea6b8fd76
commit
695f5d170b
Loading…
Reference in New Issue