From e6a7594d70dfde30e3dbb36d45e5d1458883553f Mon Sep 17 00:00:00 2001 From: hmhealey Date: Fri, 5 Feb 2016 09:47:43 -0500 Subject: Changed CommandProvider to only set the matched pretext if it actually matches anything --- web/react/components/suggestion/command_provider.jsx | 3 --- 1 file changed, 3 deletions(-) (limited to 'web/react/components') diff --git a/web/react/components/suggestion/command_provider.jsx b/web/react/components/suggestion/command_provider.jsx index 91d556bb9..09c9b9982 100644 --- a/web/react/components/suggestion/command_provider.jsx +++ b/web/react/components/suggestion/command_provider.jsx @@ -2,7 +2,6 @@ // See License.txt for license information. import * as AsyncClient from '../../utils/async_client.jsx'; -import SuggestionStore from '../../stores/suggestion_store.jsx'; class CommandSuggestion extends React.Component { render() { @@ -38,8 +37,6 @@ CommandSuggestion.propTypes = { export default class CommandProvider { handlePretextChanged(suggestionId, pretext) { if (pretext.startsWith('/')) { - SuggestionStore.setMatchedPretext(suggestionId, pretext); - AsyncClient.getSuggestedCommands(pretext, suggestionId, CommandSuggestion); } } -- cgit v1.2.3-1-g7c22