mirror of
https://github.com/go-gitea/gitea
synced 2025-07-06 02:27:20 +00:00
Backport #34308 by wxiaoguang Also fix #34300 Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
This commit is contained in:
@ -4080,7 +4080,7 @@ $.fn.dropdown.settings = {
|
||||
search : 'input.search, .menu > .search > input, .menu input.search',
|
||||
sizer : '> span.sizer',
|
||||
text : '> .text:not(.icon)',
|
||||
unselectable : '.disabled, .filtered',
|
||||
unselectable : '.disabled, .filtered, .tw-hidden', // GITEA-PATCH: tw-hidden hides the item so it is also unselectable
|
||||
clearIcon : '> .remove.icon'
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user