Skip to content

Commit

Permalink
fix: (Core) add fix for Dynamic Page header hover state when subheade…
Browse files Browse the repository at this point in the history
…r is not collapsible (#5260)
  • Loading branch information
InnaAtanasova committed May 3, 2021
1 parent 7d9ce9c commit c42d76a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libs/core/src/lib/dynamic-page/dynamic-page.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,8 @@ export class DynamicPageComponent implements AfterViewInit, OnDestroy {
this._listenToLayoutChange();
}

setTimeout(() => this._setContainerPositions())
setTimeout(() => this._setContainerPositions());
this._cd.detectChanges();
}

/**@hidden */
Expand Down

0 comments on commit c42d76a

Please sign in to comment.