1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-10 12:37:19 +00:00

Fix various problems (#34708)

* Fix #34707
* Fix dropdown filter handling
* Fix #27014
This commit is contained in:
wxiaoguang
2025-06-13 00:19:24 +08:00
committed by GitHub
parent 65986f423f
commit 8fed27bf6a
5 changed files with 13 additions and 8 deletions

View File

@ -525,6 +525,7 @@ $.fn.dropdown = function(parameters) {
return true;
}
if(settings.onShow.call(element) !== false) {
settings.onAfterFiltered.call(element); // GITEA-PATCH: callback to correctly handle the filtered items
module.animate.show(function() {
if( module.can.click() ) {
module.bind.intent();