From ee43c635d1952ce4324595fa67ffa35b87a2f959 Mon Sep 17 00:00:00 2001 From: David Baker Date: Thu, 2 Nov 2017 18:11:18 +0000 Subject: [PATCH] phrasing --- src/autocomplete/Autocompleter.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/autocomplete/Autocompleter.js b/src/autocomplete/Autocompleter.js index 3d02765589..94d2ed28de 100644 --- a/src/autocomplete/Autocompleter.js +++ b/src/autocomplete/Autocompleter.js @@ -66,7 +66,7 @@ export default class Autocompleter { } async getCompletions(query: string, selection: SelectionRange, force: boolean = false): Array { - /* Note: That this waits for all providers to return is *intentional* + /* Note: This intentionally waits for all providers to return, otherwise, we run into a condition where new completions are displayed while the user is interacting with the list, which makes it difficult to predict whether an action will actually do what is intended