Use separators between categories
This commit is contained in:
parent
69166b226f
commit
8e53cf94e6
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ class @SearchAutocomplete
|
|||
|
||||
# Add group header before list each group
|
||||
if lastCategory isnt suggestion.category
|
||||
data.push 'divider' if !firstCategory
|
||||
data.push 'separator' if !firstCategory
|
||||
|
||||
firstCategory = false if firstCategory
|
||||
|
||||
|
|
Loading…
Reference in a new issue