Skip to content

Commit 1fce62b

Browse files
committed
wrap comments
1 parent 1528559 commit 1fce62b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

web_src/js/features/common-global.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,9 @@ export function initGlobalCommon() {
9393
// do not init "custom" dropdowns, "custom" dropdowns are managed by their own code.
9494
$uiDropdowns.filter(':not(.custom)').dropdown({fullTextSearch: 'exact'});
9595

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,
9899
// it must have this "jump" class to hide the tippy when dropdown is closed.
99100
$uiDropdowns.filter('.jump').dropdown({
100101
action: 'hide',

0 commit comments

Comments
 (0)