mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue