1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-20 13:11:44 +00:00

blueprint articles are available in planet list

This commit is contained in:
Rokt33r
2015-07-18 16:52:17 +09:00
parent b30511eb51
commit 4fee2586e4
7 changed files with 244 additions and 50 deletions

View File

@@ -28,6 +28,9 @@ var LaunchModal = React.createClass({
case 'snippetCreated':
this.props.close()
break
case 'blueprintCreated':
this.props.close()
break
}
},
stopPropagation: function (e) {