1
0
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:
杨顺强
2020-04-10 18:08:27 +08:00
committed by GitHub
parent 11a0d0fc3c
commit 5591bbd1d6
2 changed files with 27 additions and 18 deletions

View File

@@ -54,7 +54,7 @@ const propTypes = {
onShowDirentsDraggablePreview: PropTypes.func,
};
class DirentListItem extends React.Component {
class DirentListItem extends React.PureComponent {
constructor(props) {
super(props);