1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-06-28 01:35:29 +00:00
gitea/web_src
wxiaoguang 695f5d170b
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>
2023-06-18 17:23:18 +02:00
..
css Fix UI on mobile view (#25315) 2023-06-18 10:31:42 +00:00
fomantic Remove more unused Fomantic variants (#25292) 2023-06-17 08:15:33 +00:00
js Fix incorrect link-action event target (#25306) 2023-06-18 17:23:18 +02:00
svg Use inline SVG for built-in OAuth providers (#25171) 2023-06-13 10:51:02 +00:00