diff options
| author | usodhi <61431818+usodhi@users.noreply.github.com> | 2020-08-03 11:33:49 +0530 |
|---|---|---|
| committer | usodhi <61431818+usodhi@users.noreply.github.com> | 2020-08-03 11:33:49 +0530 |
| commit | d83959572d55510755f9d6b9e0b456b4b1ad5148 (patch) | |
| tree | e514bc1f90cb51990d9b68f3327ab762169be54f /src/client/util/SharingManager.tsx | |
| parent | 8cd90246ba94400d4226435fdab5c3535c2f027f (diff) | |
popup fades on close
Diffstat (limited to 'src/client/util/SharingManager.tsx')
| -rw-r--r-- | src/client/util/SharingManager.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/util/SharingManager.tsx b/src/client/util/SharingManager.tsx index a3c0a88fa..d2891a772 100644 --- a/src/client/util/SharingManager.tsx +++ b/src/client/util/SharingManager.tsx @@ -94,7 +94,7 @@ export default class SharingManager extends React.Component<{}> { public close = action(() => { this.isOpen = false; this.selectedUsers = null; // resets the list of users and seleected users (in the react-select component) - + TaskCompletionBox.taskCompleted = false; setTimeout(action(() => { // this.copied = false; DictationOverlay.Instance.hasActiveModal = false; |
