Skip to content
Snippets Groups Projects
Commit c2a4051d authored by HJ's avatar HJ :fire:
Browse files

Merge branch 'from/develop/tusooa/cropper-close' into 'develop'

Fix image cropper not closing correctly

See merge request pleroma/pleroma-fe!1512
parents 4d15cbcb 169d1368
No related branches found
No related tags found
No related merge requests found
......@@ -66,7 +66,7 @@ const ImageCropper = {
}
},
methods: {
unmounted () {
destroy () {
if (this.cropper) {
this.cropper.destroy()
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment