mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-09 10:50:24 +00:00
[draft view] redesigned the 'comment' panel
This commit is contained in:
@@ -54,7 +54,7 @@ class Draft extends React.Component {
|
||||
showReviewerDialog: false,
|
||||
reviewers: [],
|
||||
inResizing: false,
|
||||
rightPartWidth: 30,
|
||||
rightPartWidth: 300 / window.innerWidth * 100,
|
||||
draftStatus: draftStatus,
|
||||
};
|
||||
this.quote = '';
|
||||
|
Reference in New Issue
Block a user