diff options
author | usodhi <61431818+usodhi@users.noreply.github.com> | 2020-07-30 18:33:19 +0530 |
---|---|---|
committer | usodhi <61431818+usodhi@users.noreply.github.com> | 2020-07-30 18:33:19 +0530 |
commit | 611f848ff4f7b958dc913d33dd1b760ca9474c44 (patch) | |
tree | f8b3749634903843813b085a5e4e0c96278d9b82 /src/client/util/GroupManager.tsx | |
parent | 4224ebd13aec9e01f1fe73c935c40adb089dbc69 (diff) |
permissions from the properties panel should work now
Diffstat (limited to 'src/client/util/GroupManager.tsx')
-rw-r--r-- | src/client/util/GroupManager.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/util/GroupManager.tsx b/src/client/util/GroupManager.tsx index 72fba5c1b..dee0f105f 100644 --- a/src/client/util/GroupManager.tsx +++ b/src/client/util/GroupManager.tsx @@ -101,7 +101,7 @@ export default class GroupManager extends React.Component<{}> { */ @action open = () => { - SelectionManager.DeselectAll(); + // SelectionManager.DeselectAll(); this.isOpen = true; this.populateUsers(); this.populateGroups(); |