mirror of
https://github.com/directus/directus.git
synced 2026-01-26 16:18:18 -05:00
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user