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

Add comment

This commit is contained in:
zxj96
2019-06-21 18:31:55 +08:00
parent d7245c1b05
commit 38b117720f

View File

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