1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-15 10:46:32 +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

@@ -15,7 +15,7 @@ var SnippetEditModal = React.createClass({
},
onListen: function (res) {
switch (res.status) {
case 'snippetUpdated':
case 'articleUpdated':
this.props.close()
break
}