Moving audio message to Svelte

This commit is contained in:
David Négrier 2021-06-02 16:46:28 +02:00
parent faa4c7c08e
commit 267d0a2cd1
11 changed files with 110 additions and 74 deletions

View file

@ -94,6 +94,7 @@ module.exports = {
// See https://github.com/sveltejs/svelte/issues/4946#issuecomment-662168782
if (warning.code === 'a11y-no-onchange') { return }
if (warning.code === 'a11y-autofocus') { return }
// process as usual
handleWarning(warning);