aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2020-10-08 14:19:13 -0400
committerbobzel <zzzman@gmail.com>2020-10-08 14:19:13 -0400
commitf510f29e85a968e6b4975ae3f0129fe7713f8f2e (patch)
tree1359b9524b1d82c9025f6398dd1c01b97c3a75c3
parentb796cb125db6b307a55349f7df1b7a9d6d1a825b (diff)
removed unneeded call that slows down the dialog
-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 c022974da..de9402ff0 100644
--- a/src/client/util/SharingManager.tsx
+++ b/src/client/util/SharingManager.tsx
@@ -83,7 +83,6 @@ export class SharingManager extends React.Component<{}> {
// }
public open = (target?: DocumentView, target_doc?: Doc) => {
- runInAction(() => this.users = []);
this.populateUsers();
runInAction(() => {
this.targetDocView = target;