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:
@@ -67,9 +67,8 @@ class ReviewCommentDialog extends React.Component {
|
||||
|
||||
setQuoteText = (text) => {
|
||||
if (text.length > 0) {
|
||||
let comment = '> ' + text;
|
||||
this.setState({
|
||||
comment: comment
|
||||
comment: text
|
||||
});
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user