Skip to content
Snippets Groups Projects
Commit bedc2619 authored by jojohoch's avatar jojohoch
Browse files

Fix `ExpressionChangedAfterItHasBeenCheckedError`

parent c1840e77
No related branches found
No related tags found
No related merge requests found
......@@ -71,7 +71,8 @@ import { FormElementComponent } from '../../directives/form-element-component.di
<div class="arrow-line"></div>
<div class="arrow-head"></div>
</div>
<div [style.display]="'flex'"
<div *ngIf="valueMax && valueMin"
[style.display]="'flex'"
[style.flex-direction]="'column'"
[style.height.%]="100"
[style.margin-right.px]="elementModel.barStyle ? valueMax.offsetWidth/2 - 8 : valueMax.offsetWidth"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment