0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2025-02-18 04:01:49 +01:00
gitea/web_src/js
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
..
components Remove more unused Fomantic variants (#25292) 2023-06-17 08:15:33 +00:00
features Fix incorrect link-action event target (#25306) 2023-06-18 17:23:18 +02:00
markup Fix task list checkbox toggle to work with YAML front matter (#25184) 2023-06-13 14:44:47 +08:00
modules Change form actions to fetch for submit review box (#25219) 2023-06-14 16:01:37 +08:00
render
standalone
test
utils
webcomponents
bootstrap.js
index.js
jquery.js
svg.js
svg.test.js
utils.js
utils.test.js