fix an error in homepage, update submodules
This commit is contained in:
parent
9f6409ecf3
commit
c10d316b35
|
@ -166,7 +166,9 @@ export class HomeComponent implements OnInit, OnDestroy, AfterViewInit, IDeactiv
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}, options);
|
}, options);
|
||||||
|
if(this.contact) {
|
||||||
intersectionObserver.observe(this.contact.nativeElement);
|
intersectionObserver.observe(this.contact.nativeElement);
|
||||||
|
}
|
||||||
let mutationObserver = new MutationObserver(entries => {
|
let mutationObserver = new MutationObserver(entries => {
|
||||||
entries.forEach(entry => {
|
entries.forEach(entry => {
|
||||||
if (entry.attributeName === 'style') {
|
if (entry.attributeName === 'style') {
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 437a5fa50d5b87f81621f9e0c9d62aa4ca92b309
|
Subproject commit 203c3b71c74eaaecaf96c95783cc74b0dc6452ad
|
Loading…
Reference in New Issue