From 9f3acab0b61f3311e94ffff4c4f218b80e56d560 Mon Sep 17 00:00:00 2001 From: "Petr Mifek (EDM)" Date: Tue, 5 Nov 2019 21:48:02 +0100 Subject: [PATCH] A basic fix for #203 - applyMetadata won't rotate the image under certain conditions --- src/cropper.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cropper.vue b/src/cropper.vue index e81633f..eeafd65 100644 --- a/src/cropper.vue +++ b/src/cropper.vue @@ -895,8 +895,8 @@ export default { this.zoom(false, 0) } else { this.move({ x: 0, y: 0 }) - this._draw() } + this._draw() }, _aspectFill () {