Fixes Issue #17072 Image is displayed to small in the Editing Image panel #17072 (#17216)

This commit is contained in:
Jay Bharadia
2023-01-18 19:46:40 +05:30
committed by GitHub
parent af2afd0d4e
commit d42de82bcd

View File

@@ -20,7 +20,7 @@
<v-notice v-else-if="error" type="error">error</v-notice>
<div v-show="imageData && !loading && !error" class="editor-container">
<div v-if="imageData && !loading && !error" class="editor-container">
<div class="editor">
<img ref="imageElement" :src="imageURL" role="presentation" alt="" @load="onImageLoad" />
</div>