diff --git a/.gitignore b/.gitignore index e581c09a..6592988b 100644 --- a/.gitignore +++ b/.gitignore @@ -112,3 +112,6 @@ global.css # bun bun.lockb + +# Jetbrains +.idea/ diff --git a/components/custom/DateInput/DateInput.svelte b/components/custom/DateInput/DateInput.svelte index d5726f19..c3beaafa 100644 --- a/components/custom/DateInput/DateInput.svelte +++ b/components/custom/DateInput/DateInput.svelte @@ -61,6 +61,7 @@ const focus = (node) => autofocus && node.focus()