Removed space bar from autocompletes

Этот коммит содержится в:
hmhealey
2015-12-09 09:14:46 -05:00
родитель f006951959
Коммит c7e84696f5
3 изменённых файлов: 2 добавлений и 16 удалений

Просмотреть файл

@@ -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);
}