mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-11 18:19:58 +00:00
Minor options page tweaks
This commit is contained in:
@@ -97,6 +97,7 @@ export default class EditableListItem extends Component<
|
||||
, editValue: this.props.text
|
||||
}, () => {
|
||||
this.input?.focus();
|
||||
this.input?.select();
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user