Lint code

This commit is contained in:
2026-08-05 19:01:45 +02:00
parent 082d1b9723
commit aafbdc658e
46 changed files with 357 additions and 357 deletions
+2 -2
View File
@@ -27,8 +27,8 @@ export class Help {
ngAfterViewInit() {
this.route.fragment.subscribe(f => {
const element = document.querySelector("#" + f);
const element = document.querySelector('#' + f);
if (element) setTimeout(() => element.scrollIntoView(), 10);
})
});
}
}