]> source.dussan.org Git - gitea.git/commit
Fix tooltip of commit select button (#26472)
authorsilverwind <me@silverwind.io>
Mon, 14 Aug 2023 02:16:40 +0000 (04:16 +0200)
committerGitHub <noreply@github.com>
Mon, 14 Aug 2023 02:16:40 +0000 (02:16 +0000)
commit56b6b2b88ef175cc18d2ccdb86c220e885a24262
tree346acee8a05cbd36217eb42e3b8eac34f0307348
parent7456573541c0c01314690e4a40bc4b5ec6faf79e
Fix tooltip of commit select button (#26472)

Previously, the tooltip for this button was only shown after opening and
closing it once because it was only set after the server response, now
it shows before opening it.
routers/web/repo/pull.go
templates/repo/diff/box.tmpl
web_src/js/components/DiffCommitSelector.vue