mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 17:56:25 +00:00
adding timeout one creating a snippet
This commit is contained in:
@@ -89,7 +89,7 @@ class NewNoteModal extends React.Component {
|
||||
})
|
||||
ee.emit('list:jump', noteHash)
|
||||
ee.emit('detail:focus')
|
||||
this.props.close()
|
||||
setTimeout(this.props.close, 200)
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user