diff options
author | bobzel <zzzman@gmail.com> | 2020-10-08 14:19:13 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2020-10-08 14:19:13 -0400 |
commit | f510f29e85a968e6b4975ae3f0129fe7713f8f2e (patch) | |
tree | 1359b9524b1d82c9025f6398dd1c01b97c3a75c3 /src/client/util/SharingManager.tsx | |
parent | b796cb125db6b307a55349f7df1b7a9d6d1a825b (diff) |
removed unneeded call that slows down the dialog
Diffstat (limited to 'src/client/util/SharingManager.tsx')
-rw-r--r-- | src/client/util/SharingManager.tsx | 1 |
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; |