File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
web/src/routes/(user)/people Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 370
370
onToggleFavorite ={() => handleToggleFavorite (person )}
371
371
/>
372
372
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"
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"
376
375
value ={person .name }
377
376
placeholder ={$t (' add_a_name' )}
378
377
use:shortcut ={{ shortcut : { key : ' Enter' }, onShortcut : (e ) => e .currentTarget .blur () }}
379
378
onfocusin ={() => onNameChangeInputFocus (person )}
380
379
onfocusout ={() => onNameChangeSubmit (newName , person )}
381
380
oninput ={(event ) => onNameChangeInputUpdate (event )}
382
- / >
381
+ ></ textarea >
383
382
</div >
384
383
{/ snippet }
385
384
</PeopleInfiniteScroll >
You can’t perform that action at this time.
0 commit comments