mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-04-26 18:13:11 +00:00
Merge branch 'master' into skeleton
This commit is contained in:
commit
d4d57480a1
@ -78,7 +78,7 @@ export class NavbarComponent implements OnInit, OnDestroy
|
|||||||
)
|
)
|
||||||
.subscribe(() => {
|
.subscribe(() => {
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
const activeNavItem = document.querySelector('navbar .nav-link.active');
|
const activeNavItem: any = document.querySelector('navbar .nav-link.active');
|
||||||
|
|
||||||
if ( activeNavItem )
|
if ( activeNavItem )
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user