mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-21 22:19:41 +01:00
clear console.log statements
This commit is contained in:
@@ -214,7 +214,7 @@ export class AddNotebookDialog extends React.Component {
|
||||
topics: prevTopics,
|
||||
});
|
||||
this.currentInputValue = null;
|
||||
console.log('edit topic is', this.state.editTopic);
|
||||
//console.log('edit topic is', this.state.editTopic);
|
||||
if (this.state.editTopic) {
|
||||
this.topicInputRef.current?.blur();
|
||||
Keyboard.dismiss();
|
||||
|
||||
Reference in New Issue
Block a user