Autocomplete is now case insensitive (#4709)
Этот коммит содержится в:
коммит произвёл
Christopher Speller
родитель
026553e4f8
Коммит
42f28886cc
@@ -232,6 +232,8 @@ class SuggestionStore extends EventEmitter {
|
||||
this.clearSuggestions(id);
|
||||
}
|
||||
|
||||
other.pretext = other.pretext.toLowerCase();
|
||||
|
||||
this.setPretext(id, other.pretext);
|
||||
this.emitPretextChanged(id, other.pretext);
|
||||
|
||||
|
||||
Ссылка в новой задаче
Block a user