Merge pull request #1237 from Bilb/close-panel-one-open-group-joined

close overlay when open group is joined
pull/1243/head
Audric Ackermann 5 years ago committed by GitHub
commit 6ec5f1921c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -511,6 +511,7 @@ export class LeftPaneMessageSection extends React.Component<Props, State> {
this.setState({
loading: false,
});
this.handleToggleOverlay(undefined);
}
}

Loading…
Cancel
Save