File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -93,8 +93,9 @@ export function initGlobalCommon() {
93
93
// do not init "custom" dropdowns, "custom" dropdowns are managed by their own code.
94
94
$uiDropdowns . filter ( ':not(.custom)' ) . dropdown ( { fullTextSearch : 'exact' } ) ;
95
95
96
- // The "jump" means this dropdown is mainly used for "menu" purpose, clicking an item will jump to somewhere else
97
- // or trigger an action/function. When a dropdown is used for non-refresh actions with tippy,
96
+ // The "jump" means this dropdown is mainly used for "menu" purpose,
97
+ // clicking an item will jump to somewhere else or trigger an action/function.
98
+ // When a dropdown is used for non-refresh actions with tippy,
98
99
// it must have this "jump" class to hide the tippy when dropdown is closed.
99
100
$uiDropdowns . filter ( '.jump' ) . dropdown ( {
100
101
action : 'hide' ,
You can’t perform that action at this time.
0 commit comments