mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-15 01:52:42 +03:00
parent
28ce07c122
commit
5a3f88105d
@ -50,6 +50,9 @@ export function SetStatus(props: any) {
|
||||
value={_status}
|
||||
autocomplete='off'
|
||||
width='100%'
|
||||
onBlur={() => {
|
||||
editStatus();
|
||||
}}
|
||||
onKeyPress={(evt) => {
|
||||
if (evt.key === 'Enter') {
|
||||
editStatus();
|
||||
|
Loading…
Reference in New Issue
Block a user