Add more Languages and switch button #70

Merged
jakob.scheid merged 22 commits from feature/add-languages into main 2026-05-22 17:19:25 +02:00
Showing only changes of commit be19a3c29e - Show all commits
@@ -49,7 +49,7 @@ function toggle() {
} }
function closeOnBlur() { 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); setTimeout(() => { isOpen.value = false; }, 150);
} }
</script> </script>
1