mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-04-26 10:03:12 +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(() => {
|
||||
setTimeout(() => {
|
||||
const activeNavItem = document.querySelector('navbar .nav-link.active');
|
||||
const activeNavItem: any = document.querySelector('navbar .nav-link.active');
|
||||
|
||||
if ( activeNavItem )
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user