Minor options page tweaks

This commit is contained in:
hensm
2020-05-06 01:11:09 +01:00
parent f59b0d620e
commit f8e91da958
2 changed files with 14 additions and 5 deletions

View File

@@ -97,6 +97,7 @@ export default class EditableListItem extends Component<
, editValue: this.props.text
}, () => {
this.input?.focus();
this.input?.select();
});
}