parent
ece262993a
commit
324682b154
5 changed files with 11 additions and 5 deletions
|
@ -133,7 +133,6 @@ export class Community extends Component<any, State> {
|
|||
this.fetchCommunity();
|
||||
this.fetchData();
|
||||
}
|
||||
setupTippy();
|
||||
}
|
||||
|
||||
fetchCommunity() {
|
||||
|
@ -144,6 +143,10 @@ export class Community extends Component<any, State> {
|
|||
WebSocketService.Instance.send(wsClient.getCommunity(form));
|
||||
}
|
||||
|
||||
componentDidMount() {
|
||||
setupTippy();
|
||||
}
|
||||
|
||||
componentWillUnmount() {
|
||||
saveScrollPosition(this.context);
|
||||
this.subscription.unsubscribe();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue