diff options
author | srichman333 <sarah_n_richman@brown.edu> | 2023-06-16 13:26:39 -0400 |
---|---|---|
committer | srichman333 <sarah_n_richman@brown.edu> | 2023-06-16 13:26:39 -0400 |
commit | f101fd2a3ba25c9fc417d8097f1f10ca622f3dd0 (patch) | |
tree | 1643d4a41067f58fdac953788569611f44d3e536 /src/client/util | |
parent | e581928cd39e08b35eba6a2447e7a9ba75101b96 (diff) |
SharingManager checkboxes don't stay selected
Diffstat (limited to 'src/client/util')
-rw-r--r-- | src/client/util/SharingManager.tsx | 4 |
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; } }; |