top bar: sets status on field blur

fixes urbit/landscape#531
This commit is contained in:
James Acklin 2021-03-08 16:26:11 -05:00
parent 28ce07c122
commit 5a3f88105d

View File

@ -50,6 +50,9 @@ export function SetStatus(props: any) {
value={_status}
autocomplete='off'
width='100%'
onBlur={() => {
editStatus();
}}
onKeyPress={(evt) => {
if (evt.key === 'Enter') {
editStatus();