forked from AkkomaGang/akkoma-fe
Fix image cropper not closing correctly
This commit is contained in:
parent
4d15cbcbbd
commit
169d13680a
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…
Reference in a new issue