Merge remote-tracking branch 'origin/develop' into threecolumn

* origin/develop:
  Fix image cropper not closing correctly
This commit is contained in:
Henry Jameson 2022-04-10 20:42:25 +03:00
commit 3f65c8b1d6

View file

@ -66,7 +66,7 @@ const ImageCropper = {
}
},
methods: {
unmounted () {
destroy () {
if (this.cropper) {
this.cropper.destroy()
}