mirror of
https://git.rape.pet/ulith/amputoma-fe.git
synced 2025-02-08 14:22:39 +01:00
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
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ const ImageCropper = {
|
|||
}
|
||||
},
|
||||
methods: {
|
||||
unmounted () {
|
||||
destroy () {
|
||||
if (this.cropper) {
|
||||
this.cropper.destroy()
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue