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