diff options
author | wxiaoguang <wxiaoguang@gmail.com> | 2023-06-18 23:23:18 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-18 17:23:18 +0200 |
commit | 695f5d170bc60909a50d8a16047b1df3e3c1016d (patch) | |
tree | 84e61414fd4c18495aecc631b8e0e2bd91bb0f53 /modules/setting/oauth2.go | |
parent | 1ea6b8fd767f5378075de1097c1c1044a7696cd7 (diff) | |
download | gitea-695f5d170bc60909a50d8a16047b1df3e3c1016d.tar.gz gitea-695f5d170bc60909a50d8a16047b1df3e3c1016d.zip |
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>
Diffstat (limited to 'modules/setting/oauth2.go')
0 files changed, 0 insertions, 0 deletions