Skip to content

Commit

Permalink
fix(styler): Emmit change from hs-filter
Browse files Browse the repository at this point in the history
  • Loading branch information
FilipLeitner committed Dec 9, 2024
1 parent 9848afa commit 05fb303
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projects/hslayers/common/filters/filter.component.html
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@
@for (item of filter; track item; let i = $index) {
<div class="d-flex flex-row">
@if (i>0) {
<hs-filter [filter]="item" [parent]="filter"></hs-filter>
<hs-filter [filter]="item" [parent]="filter" (changes)="emitChange()"></hs-filter>
}
</div>
}
@@ -22,4 +22,4 @@
@if (filter.length > 1 && !(hsFiltersService.isLogOp(filter))) {
<hs-comparison-filter [filter]="filter" (changes)="emitChange()" [parent]="parent"></hs-comparison-filter>
}<!-- TODO: Remove function call from template -->
</div>
</div>

0 comments on commit 05fb303

Please sign in to comment.