提交 5c6a388c 编写于 作者: R Rob Lourens

Expand query details by default if 'use excludes' button is in the _non-default_ state

上级 363be807
...@@ -253,7 +253,7 @@ export class SearchViewlet extends Viewlet { ...@@ -253,7 +253,7 @@ export class SearchViewlet extends Viewlet {
this.actionRegistry[action.id] = action; this.actionRegistry[action.id] = action;
}); });
if (filePatterns !== '' || patternExclusions !== '' || patternIncludes !== '' || queryDetailsExpanded !== '' || useExcludesAndIgnoreFiles) { if (filePatterns !== '' || patternExclusions !== '' || patternIncludes !== '' || queryDetailsExpanded !== '' || !useExcludesAndIgnoreFiles) {
this.toggleQueryDetails(true, true, true); this.toggleQueryDetails(true, true, true);
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册