diff --git a/app/src/views/private/components/image-editor/image-editor.vue b/app/src/views/private/components/image-editor/image-editor.vue index 21996b14ca..c5ed40d1cf 100644 --- a/app/src/views/private/components/image-editor/image-editor.vue +++ b/app/src/views/private/components/image-editor/image-editor.vue @@ -22,7 +22,7 @@
- +
@@ -80,7 +80,7 @@ v-if="imageData" clickable :active="aspectRatio === imageData.width / imageData.height" - @click="aspectRatio = imageData.width / imageData.height" + @click="setAspectRatio" > {{ t('original') }} @@ -96,7 +96,7 @@ {{ n(imageData.width) }}x{{ n(imageData.height) }}
@@ -115,7 +115,7 @@