Skip to content

Commit

Permalink
hide grouping while searching
Browse files Browse the repository at this point in the history
  • Loading branch information
undergroundwires committed Jan 11, 2020
1 parent 31364bd commit 92f1a36
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
## Unreleased

- Fixed search bug
- Hiding grouping while searching

## [0.4.0] - 2020-01-11

Expand Down
3 changes: 2 additions & 1 deletion src/presentation/Scripts/TheScripts.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
<div class="help-container">
<TheSelector class="left" />
<TheGrouper class="right"
v-on:groupingChanged="onGroupingChanged($event)" />
v-on:groupingChanged="onGroupingChanged($event)"
v-show="!this.isSearching" />
</div>
<div class="scripts">
<div v-if="!isSearching || searchHasMatches">
Expand Down

0 comments on commit 92f1a36

Please sign in to comment.