refactor: run formatter

This commit is contained in:
Elias Schneider
2025-06-16 16:06:11 +02:00
parent 2e5d268798
commit 5814549cbe
4 changed files with 4 additions and 4 deletions

View File

@@ -63,7 +63,7 @@
// Using autofocus can be bad for a11y, but in the case of Pocket ID is only used responsibly in places where there are not many choices, and on buttons only where there's descriptive text
if (autofocus) {
// Use setTimeout to make sure the element is showing
setTimeout(() => ref?.focus(), 100)
setTimeout(() => ref?.focus(), 100);
}
});
</script>