forked from AkkomaGang/akkoma-fe
Merge remote-tracking branch 'origin/develop' into threecolumn
* origin/develop: Fix image cropper not closing correctly
This commit is contained in:
commit
3f65c8b1d6
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue