mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-14 10:16:26 +00:00
Compare commits
3 Commits
0.4.1-beta
...
0.4.1-beta
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ee91daad7e | ||
|
|
ee78c0d33b | ||
|
|
09482ebcf3 |
@@ -378,6 +378,11 @@ export default class ArticleDetail extends React.Component {
|
|||||||
}
|
}
|
||||||
|
|
||||||
handleContentChange (e, value) {
|
handleContentChange (e, value) {
|
||||||
|
let { status } = this.props
|
||||||
|
if (status.mode === IDLE_MODE) {
|
||||||
|
return
|
||||||
|
}
|
||||||
|
|
||||||
let { article } = this.state
|
let { article } = this.state
|
||||||
article.content = value
|
article.content = value
|
||||||
let _isContentChanged = article.content !== this.props.activeArticle.content
|
let _isContentChanged = article.content !== this.props.activeArticle.content
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "boost",
|
"name": "boost",
|
||||||
"version": "0.4.1-beta",
|
"version": "0.4.1-beta.1",
|
||||||
"description": "Boost App",
|
"description": "Boost App",
|
||||||
"main": "main.js",
|
"main": "main.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
@@ -38,7 +38,6 @@
|
|||||||
"homepage": "https://github.com/Rokt33r/codexen-app#readme",
|
"homepage": "https://github.com/Rokt33r/codexen-app#readme",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"devicon": "^2.0.0",
|
"devicon": "^2.0.0",
|
||||||
"electron-packager": "^5.1.1",
|
|
||||||
"font-awesome": "^4.3.0",
|
"font-awesome": "^4.3.0",
|
||||||
"fs-jetpack": "^0.7.0",
|
"fs-jetpack": "^0.7.0",
|
||||||
"lodash": "^3.10.1",
|
"lodash": "^3.10.1",
|
||||||
|
|||||||
Reference in New Issue
Block a user