textcomplete: return up to 100 items and look for for matches in the entire string (not just the beginning) when suggesting emojis
This commit is contained in:
@@ -1474,6 +1474,12 @@ blockquote {
|
||||
background-color: $item_colour;
|
||||
}
|
||||
|
||||
.textcomplete-dropdown {
|
||||
max-height: 300px;
|
||||
max-width: 250px;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.dropdown-item.active {
|
||||
color: #fff;
|
||||
background-color: #007bff;
|
||||
|
||||
Reference in New Issue
Block a user