Commit b7306077 authored by TasteBot's avatar TasteBot

update the build files for gh-pages [ci skip]

parent 380c23ca
...@@ -37,7 +37,9 @@ var app = app || {}; ...@@ -37,7 +37,9 @@ var app = app || {};
}, },
handleChange: function (event) { handleChange: function (event) {
this.setState({editText: event.target.value}); if (this.props.editing) {
this.setState({editText: event.target.value});
}
}, },
getInitialState: function () { getInitialState: function () {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment