summaryrefslogtreecommitdiffstats
path: root/web/react/components/suggestion/command_provider.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'web/react/components/suggestion/command_provider.jsx')
-rw-r--r--web/react/components/suggestion/command_provider.jsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/react/components/suggestion/command_provider.jsx b/web/react/components/suggestion/command_provider.jsx
index a1f7901ef..6a7c1ce43 100644
--- a/web/react/components/suggestion/command_provider.jsx
+++ b/web/react/components/suggestion/command_provider.jsx
@@ -40,6 +40,7 @@ export default class CommandProvider {
handlePretextChanged(suggestionId, pretext) {
if (pretext.startsWith('/')) {
SuggestionStore.setMatchedPretext(suggestionId, pretext);
+ SuggestionStore.setCompleteOnSpace(suggestionId, false);
AsyncClient.getSuggestedCommands(pretext, suggestionId, CommandSuggestion);
}