Lib: Close Team/Driver/Race/Substitution cards when clicking on the image

This commit is contained in:
2024-12-27 19:43:36 +01:00
parent 00a577520c
commit bcd8f3dfb5
4 changed files with 4 additions and 0 deletions

View File

@ -101,6 +101,7 @@
width="w-full sm:w-auto"
imgwidth={DRIVER_HEADSHOT_WIDTH}
imgheight={DRIVER_HEADSHOT_HEIGHT}
imgonclick={(event: Event) => modalStore.close()}
>
<form method="POST" enctype="multipart/form-data">
<!-- This is also disabled, because the ID should only be -->