mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-10 11:21:29 +00:00
repair history bug (#2929)
* repair history bug * update seafile-js version * update padding
This commit is contained in:
@@ -40,10 +40,10 @@ class FileHistory extends React.Component {
|
||||
}
|
||||
}
|
||||
|
||||
setDiffContent = (newmarkdownContent, oldMarkdownContent)=> {
|
||||
setDiffContent = (newMarkdownContent, oldMarkdownContent)=> {
|
||||
this.setState({
|
||||
renderingContent: false,
|
||||
newmarkdownContent: newmarkdownContent,
|
||||
newMarkdownContent: newMarkdownContent,
|
||||
oldMarkdownContent: oldMarkdownContent,
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user