提交 3a5611d9 编写于 作者: V Volodymyr 提交者: Sandeep Somavarapu

Trigger search if searchBox contains value

上级 f3465901
......@@ -345,6 +345,10 @@ export class ExtensionsViewlet extends ViewContainerViewlet implements IExtensio
provideResults: (query) => Query.suggestions(query)
}, placeholder, 'extensions:searchinput', { placeholderText: placeholder, value: searchValue });
if (this.searchBox.getValue()) {
this.triggerSearch();
}
this.disposables.push(attachSuggestEnabledInputBoxStyler(this.searchBox, this.themeService));
this.disposables.push(this.searchBox);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册