Skip to content

Commit

Permalink
Fix site-form cancel button.
Browse files Browse the repository at this point in the history
- Fixes LemmyNet#164
  • Loading branch information
dessalines committed Jun 1, 2019
1 parent e5fd7a0 commit 178a2ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/src/components/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ export class Main extends Component<any, MainState> {
super(props, context);

this.state = this.emptyState;
this.handleEditCancel = this.handleEditCancel.bind(this);

this.subscription = WebSocketService.Instance.subject
.pipe(retryWhen(errors => errors.pipe(delay(3000), take(10))))
Expand Down

0 comments on commit 178a2ed

Please sign in to comment.