Skip to content
Snippets Groups Projects
Commit 55af70a9 authored by Ben Wheeler's avatar Ben Wheeler
Browse files

removed comment on title editing, after creating issue for it

parent 559e2809
No related branches found
No related tags found
No related merge requests found
......@@ -19,8 +19,6 @@ const TitledHOC = function (WrappedComponent) {
};
}
handleUpdateProjectTitle (newTitle) {
// NOTE: this seems to be called twice each time you change the title, resulting from
// two handleKeyPress calls in BufferedInput. Might want to investigate why.
this.setState({projectTitle: newTitle});
}
render () {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment