提交 2f2bfea2 编写于 作者: R Rob Lourens

Preferences search - fix local/remote typo

上级 6928c913
......@@ -255,7 +255,7 @@ export class PreferencesEditor extends BaseEditor {
private triggerThrottledSearch(query: string): TPromise<IFilterOrSearchResult> {
if (query) {
return this.remoteSearchThrottle.trigger(() => this.preferencesRenderers.localFilterPreferences(query));
return this.remoteSearchThrottle.trigger(() => this.preferencesRenderers.remoteSearchPreferences(query));
} else {
// When clearing the input, update immediately to clear it
return this.preferencesRenderers.remoteSearchPreferences(query);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册