mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-21 14:09:34 +01:00
fix crash on tapping background
This commit is contained in:
@@ -49,7 +49,7 @@ export class AddTopicDialog extends React.Component {
|
||||
visible: true,
|
||||
});
|
||||
}
|
||||
close() {
|
||||
close = () => {
|
||||
this.title = null;
|
||||
this.setState({
|
||||
visible: false,
|
||||
|
||||
Reference in New Issue
Block a user