1
0
mirror of https://github.com/immich-app/immich.git synced 2025-08-08 23:07:06 +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 <input
{...rest} {...rest}
{type} {type}
{value} bind:value
max={max || fallbackMax} max={max || fallbackMax}
oninput={(e) => (updatedValue = e.currentTarget.value)} oninput={(e) => (updatedValue = e.currentTarget.value)}
onblur={() => (value = updatedValue)} onblur={() => (value = updatedValue)}