Fix build

This commit is contained in:
James Lyne 2021-05-27 00:52:12 +01:00
parent a616a302e8
commit 1e38e24fb3

View File

@ -171,7 +171,7 @@ export default defineComponent({
const heading = document.querySelector('.section__heading button');
if(heading) {
heading.focus();
(heading as HTMLElement).focus();
}
}
}