fix title is not focused on open dialog

This commit is contained in:
ammarahm-ed
2021-04-29 09:03:52 +05:00
parent 327d445586
commit 9eb46bf33a

View File

@@ -272,7 +272,7 @@ export class AddNotebookDialog extends React.Component {
onShow={async () => {
this.topicsToDelete = [];
await sleep(300);
!this.props.toEdit && this.titleRef?.focus();
this.props.toEdit?.type !== 'notebook' && this.titleRef?.focus();
}}
onRequestClose={this.close}>
<TextInput