mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-01 15:09:14 +00:00
repair bug&improve code (#4521)
* repair bug&improve code * delete test code
This commit is contained in:
@@ -54,7 +54,7 @@ const propTypes = {
|
||||
onShowDirentsDraggablePreview: PropTypes.func,
|
||||
};
|
||||
|
||||
class DirentListItem extends React.Component {
|
||||
class DirentListItem extends React.PureComponent {
|
||||
|
||||
constructor(props) {
|
||||
super(props);
|
||||
|
Reference in New Issue
Block a user