Skip to content
Snippets Groups Projects
Commit 3f65c8b1 authored by HJ's avatar HJ :fire:
Browse files

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

* origin/develop:
  Fix image cropper not closing correctly
parents 62572c32 c2a4051d
No related branches found
No related tags found
No related merge requests found
......@@ -66,7 +66,7 @@ const ImageCropper = {
}
},
methods: {
unmounted () {
destroy () {
if (this.cropper) {
this.cropper.destroy()
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment