Autocomplete is now case insensitive (#4709)
Этот коммит содержится в:
коммит произвёл
Christopher Speller
родитель
026553e4f8
Коммит
42f28886cc
@@ -232,6 +232,8 @@ class SuggestionStore extends EventEmitter {
|
||||
this.clearSuggestions(id);
|
||||
}
|
||||
|
||||
other.pretext = other.pretext.toLowerCase();
|
||||
|
||||
this.setPretext(id, other.pretext);
|
||||
this.emitPretextChanged(id, other.pretext);
|
||||
|
||||
|
||||
@@ -989,7 +989,7 @@ export function getSuggestedCommands(command, suggestionId, component) {
|
||||
}
|
||||
},
|
||||
(err) => {
|
||||
dispatchError(err, 'getCommandSuggestions');
|
||||
dispatchError(err, 'getSuggestedCommands');
|
||||
}
|
||||
);
|
||||
}
|
||||
|
||||
Ссылка в новой задаче
Block a user