mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-22 14:39:34 +01:00
focus title
This commit is contained in:
@@ -257,7 +257,7 @@ export class AddNotebookDialog extends React.Component {
|
|||||||
animationType={DDS.isTab ? 'fade' : 'slide'}
|
animationType={DDS.isTab ? 'fade' : 'slide'}
|
||||||
onShow={() => {
|
onShow={() => {
|
||||||
this.topicsToDelete = [];
|
this.topicsToDelete = [];
|
||||||
this.hiddenInput.current?.focus();
|
this.titleRef?.focus();
|
||||||
}}
|
}}
|
||||||
onRequestClose={this.close}>
|
onRequestClose={this.close}>
|
||||||
<SafeAreaView>
|
<SafeAreaView>
|
||||||
|
|||||||
Reference in New Issue
Block a user