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