mirror of
https://github.com/immich-app/immich.git
synced 2025-05-31 04:05:39 -04:00
fix(web): date time change reactivity (#17306)
* fix(web): date time change reactivity * remove logs
This commit is contained in:
parent
f434e858ed
commit
20ba800a50
@ -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)}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user