Removed space bar from autocompletes
Этот коммит содержится в:
@@ -39,7 +39,6 @@ export default class CommandProvider {
|
||||
handlePretextChanged(suggestionId, pretext) {
|
||||
if (pretext.startsWith('/')) {
|
||||
SuggestionStore.setMatchedPretext(suggestionId, pretext);
|
||||
SuggestionStore.setCompleteOnSpace(suggestionId, false);
|
||||
|
||||
AsyncClient.getSuggestedCommands(pretext, suggestionId, CommandSuggestion);
|
||||
}
|
||||
|
||||
Ссылка в новой задаче
Block a user