Skip to content

Commit

Permalink
fix(PI-89): Fix missing binding
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniofull committed Nov 30, 2020
1 parent a0812e2 commit de21178
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/views/mobile-modal.js
Expand Up @@ -51,6 +51,7 @@ class MobileModal extends Component {
}

this.handleMessage = this.handleMessage.bind(this)
this.handleFormReady = callIfEmbedIdMatches(this.handleFormReady.bind(this), this.props.embedId)
this.handleAutoClose = callIfEmbedIdMatches(this.handleAutoClose.bind(this), this.props.embedId)
this.handleFormSubmit = callIfEmbedIdMatches(this.handleFormSubmit.bind(this), this.props.embedId)
this.handleFormTheme = callIfEmbedIdMatches(this.handleFormTheme.bind(this), this.props.embedId)
Expand Down

0 comments on commit de21178

Please sign in to comment.