Merge branch 'from/develop/tusooa/cropper-close' into 'develop'
Fix image cropper not closing correctly See merge request pleroma/pleroma-fe!1512
This commit is contained in:
commit
c2a4051d72
@ -66,7 +66,7 @@ const ImageCropper = {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
unmounted () {
|
destroy () {
|
||||||
if (this.cropper) {
|
if (this.cropper) {
|
||||||
this.cropper.destroy()
|
this.cropper.destroy()
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user