Fix build
This commit is contained in:
parent
a616a302e8
commit
1e38e24fb3
@ -171,7 +171,7 @@ export default defineComponent({
|
|||||||
const heading = document.querySelector('.section__heading button');
|
const heading = document.querySelector('.section__heading button');
|
||||||
|
|
||||||
if(heading) {
|
if(heading) {
|
||||||
heading.focus();
|
(heading as HTMLElement).focus();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user