File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
web/src/routes/(user)/people Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 370
370
onToggleFavorite ={() => handleToggleFavorite (person )}
371
371
/>
372
372
373
- <textarea
374
- class =" bg-white dark:bg-immich-dark-gray border-gray-100 placeholder-gray-400 text-center dark:border-gray-900 w-full rounded-2xl mt-2 p-2 text-sm text-immich-primary dark:text-immich-dark-primary resize-none field-sizing-content"
373
+ <input
374
+ type =" text"
375
+ class =" bg-white dark:bg-immich-dark-gray border-gray-100 placeholder-gray-400 text-center dark:border-gray-900 w-full rounded-2xl mt-2 py-2 text-sm text-immich-primary dark:text-immich-dark-primary"
375
376
value ={person .name }
376
377
placeholder ={$t (' add_a_name' )}
377
378
use:shortcut ={{ shortcut : { key : ' Enter' }, onShortcut : (e ) => e .currentTarget .blur () }}
378
379
onfocusin ={() => onNameChangeInputFocus (person )}
379
380
onfocusout ={() => onNameChangeSubmit (newName , person )}
380
381
oninput ={(event ) => onNameChangeInputUpdate (event )}
381
- ></ textarea >
382
+ / >
382
383
</div >
383
384
{/ snippet }
384
385
</PeopleInfiniteScroll >
You can’t perform that action at this time.
0 commit comments