aboutsummaryrefslogtreecommitdiff
path: root/src/client/util/SharingManager.tsx
diff options
context:
space:
mode:
authorusodhi <61431818+usodhi@users.noreply.github.com>2020-10-10 01:17:04 +0530
committerusodhi <61431818+usodhi@users.noreply.github.com>2020-10-10 01:17:04 +0530
commitd387ffe9756165c6e201da70e7a77744b280c4be (patch)
tree5983ab8e8abec6da69b204998ff682bd939dd0da /src/client/util/SharingManager.tsx
parent7ae3e17011725b380b9010e7579c7084139b61e5 (diff)
parent3fe20d8730cf0d18fa18956105ee92cf434b6350 (diff)
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into acls_uv
Diffstat (limited to 'src/client/util/SharingManager.tsx')
-rw-r--r--src/client/util/SharingManager.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/util/SharingManager.tsx b/src/client/util/SharingManager.tsx
index e789a7867..6c1ec6091 100644
--- a/src/client/util/SharingManager.tsx
+++ b/src/client/util/SharingManager.tsx
@@ -92,7 +92,6 @@ export class SharingManager extends React.Component<{}> {
// }
public open = (target?: DocumentView, target_doc?: Doc) => {
- runInAction(() => this.users = []);
this.populateUsers();
runInAction(() => {
this.targetDocView = target;