From f510f29e85a968e6b4975ae3f0129fe7713f8f2e Mon Sep 17 00:00:00 2001 From: bobzel Date: Thu, 8 Oct 2020 14:19:13 -0400 Subject: removed unneeded call that slows down the dialog --- src/client/util/SharingManager.tsx | 1 - 1 file changed, 1 deletion(-) (limited to 'src/client/util/SharingManager.tsx') 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; -- cgit v1.2.3-70-g09d2