1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-02 07:27:04 +00:00

Add comment

This commit is contained in:
zxj96
2019-06-21 18:28:13 +08:00
parent 9e68fdfc76
commit d7245c1b05

View File

@@ -71,7 +71,7 @@ class DirentListView extends React.Component {
isListDropTipShow: false, isListDropTipShow: false,
}; };
this.enteredCounter = 0; this.enteredCounter = 0; // Determine whether to enter child elements
this.isRepoOwner = props.currentRepoInfo.owner_email === username; this.isRepoOwner = props.currentRepoInfo.owner_email === username;
this.isAdmin = props.currentRepoInfo.is_admin; this.isAdmin = props.currentRepoInfo.is_admin;
this.repoEncrypted = props.currentRepoInfo.encrypted; this.repoEncrypted = props.currentRepoInfo.encrypted;