aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorsrichman333 <sarah_n_richman@brown.edu>2023-06-16 13:26:39 -0400
committersrichman333 <sarah_n_richman@brown.edu>2023-06-16 13:26:39 -0400
commitf101fd2a3ba25c9fc417d8097f1f10ca622f3dd0 (patch)
tree1643d4a41067f58fdac953788569611f44d3e536 /src
parente581928cd39e08b35eba6a2447e7a9ba75101b96 (diff)
SharingManager checkboxes don't stay selected
Diffstat (limited to 'src')
-rw-r--r--src/client/util/SharingManager.tsx4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/client/util/SharingManager.tsx b/src/client/util/SharingManager.tsx
index a161b4dc2..da075632b 100644
--- a/src/client/util/SharingManager.tsx
+++ b/src/client/util/SharingManager.tsx
@@ -110,6 +110,8 @@ export class SharingManager extends React.Component<{}> {
}),
500
);
+ this.layoutDocAcls = false;
+ this.overridePrevious = false;
});
constructor(props: {}) {
@@ -446,6 +448,8 @@ export class SharingManager extends React.Component<{}> {
2000
);
+ this.layoutDocAcls = false;
+ this.overridePrevious = false;
this.selectedUsers = null;
}
};