1
0
mirror of https://github.com/immich-app/immich.git synced 2025-08-07 23:03:36 +02:00

fix(web): date time change reactivity (#17306)

* fix(web): date time change reactivity

* remove logs
This commit is contained in:
Alex
2025-04-01 13:57:53 -05:00
committed by GitHub
parent f434e858ed
commit 20ba800a50

View File

@ -22,7 +22,7 @@
<input
{...rest}
{type}
{value}
bind:value
max={max || fallbackMax}
oninput={(e) => (updatedValue = e.currentTarget.value)}
onblur={() => (value = updatedValue)}