summaryrefslogtreecommitdiffstats
path: root/webapp/components/suggestion/switch_channel_provider.jsx
diff options
context:
space:
mode:
authorHarrison Healey <harrisonmhealey@gmail.com>2017-05-04 14:54:50 -0400
committerChristopher Speller <crspeller@gmail.com>2017-05-04 14:54:50 -0400
commit44a8f76d993cdd97785cab7fd55ad9f07c3c757a (patch)
tree810bb59d319388aae57715466b244edf84644c6a /webapp/components/suggestion/switch_channel_provider.jsx
parent72351c8ef8557c83b130568724fc2d6ff3acd454 (diff)
downloadchat-44a8f76d993cdd97785cab7fd55ad9f07c3c757a.tar.gz
chat-44a8f76d993cdd97785cab7fd55ad9f07c3c757a.tar.bz2
chat-44a8f76d993cdd97785cab7fd55ad9f07c3c757a.zip
PLT-6431 Prevented autocompleting while suggestions are being received (#6328)
Diffstat (limited to 'webapp/components/suggestion/switch_channel_provider.jsx')
-rw-r--r--webapp/components/suggestion/switch_channel_provider.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/components/suggestion/switch_channel_provider.jsx b/webapp/components/suggestion/switch_channel_provider.jsx
index 03930c3f4..89af74c6d 100644
--- a/webapp/components/suggestion/switch_channel_provider.jsx
+++ b/webapp/components/suggestion/switch_channel_provider.jsx
@@ -60,7 +60,7 @@ class SwitchChannelSuggestion extends Suggestion {
export default class SwitchChannelProvider extends Provider {
handlePretextChanged(suggestionId, channelPrefix) {
if (channelPrefix) {
- this.startNewRequest(channelPrefix);
+ this.startNewRequest(suggestionId, channelPrefix);
const allChannels = ChannelStore.getAll();
const channels = [];