1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 01:36:22 +00:00

adding timeout one creating a snippet

This commit is contained in:
Max Buranbaev
2018-07-03 10:29:22 +05:00
parent 883b4c4c26
commit 3c8337cf54

View File

@@ -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)
})
}