fix this.exportImage

main
Mike Fix 5 years ago
parent f56a1d5e26
commit fc02b0ec11
No known key found for this signature in database
GPG Key ID: 1D85E862314CA79F

@ -54,7 +54,7 @@ class Editor extends React.Component {
loading: true
}
this.export = this.exportImage.bind(this)
this.exportImage = this.exportImage.bind(this)
this.upload = this.upload.bind(this)
this.updateSetting = this.updateSetting.bind(this)
this.updateLanguage = this.updateLanguage.bind(this)

Loading…
Cancel
Save