1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-16 15:19:06 +00:00

merge 7.0

This commit is contained in:
shanshuirenjia
2020-05-06 18:32:47 +08:00

View File

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