Stanley Petley

Results 3 comments of Stanley Petley

@umairsiddique I also get the same issue from time to time. My onLoad function: ``` onLoad = () => { this.editor.loadDesign(this.props.firm_prefs[1].email_templates[this.state.selectedTemplate]); this.editor.setMergeTags([ {name: "First Name", value: "{*|first_name|*}"}, {name: "Last Name",...

@umairsiddique @HyperMaxime sorry to be a pest, but did either of you ever find a solution or work around to this issue? Cheers.

@coxom Thanks for the reply, don't suppose I could bother you for a code snippet of what that looks like? My .js skills aren't the greatest :).