1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-12 13:24:52 +00:00

change selection (#2587)

This commit is contained in:
Michael An
2018-12-03 14:03:21 +08:00
committed by Daniel Pan
parent 0128d0ab01
commit cc7fd1d500
4 changed files with 107 additions and 119 deletions

View File

@@ -67,9 +67,8 @@ class ReviewCommentDialog extends React.Component {
setQuoteText = (text) => {
if (text.length > 0) {
let comment = '> ' + text;
this.setState({
comment: comment
comment: text
});
}
}