Speak English in a comment

This commit is contained in:
2026-05-21 21:59:59 +02:00
parent f08acad086
commit be19a3c29e
@@ -49,7 +49,7 @@ function toggle() {
}
function closeOnBlur() {
// Kleines Delay damit Click auf Option noch registriert wird
// A short delay so that the click on the option can be registered
setTimeout(() => { isOpen.value = false; }, 150);
}
</script>