1
0
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:
Rokt33r
2015-07-18 21:38:22 +09:00
parent 4fee2586e4
commit 9ea16a39df
8 changed files with 248 additions and 100 deletions

View File

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