This commit is contained in:
Johannes Rieken
2018-03-09 08:57:31 +01:00
parent 5ef4e4e4ed
commit aa97f61902
@@ -174,6 +174,7 @@ export class CompletionModel {
// use a score of `-100` because that is out of the
// bound of values `fuzzyScore` will return
item.score = -100;
item.matches = undefined;
} else if (typeof suggestion.filterText === 'string') {
// when there is a `filterText` it must match the `word`.