1
0
forked from gitea/gitea
wxiaoguang 695f5d170b
Fix incorrect link-action event target ()
A regression of 

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 

Co-authored-by: Giteabot <teabot@gitea.io>
2023-06-18 17:23:18 +02:00
..
2023-06-18 10:31:42 +00:00