mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-20 21:21:59 +00:00
add article indexing(keyinput, store event)
This commit is contained in:
@@ -25,10 +25,7 @@ var LaunchModal = React.createClass({
|
||||
},
|
||||
onListen: function (res) {
|
||||
switch (res.status) {
|
||||
case 'snippetCreated':
|
||||
this.props.close()
|
||||
break
|
||||
case 'blueprintCreated':
|
||||
case 'articleCreated':
|
||||
this.props.close()
|
||||
break
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user