mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
fix(client): オブジェクトストレージを使用していると画像のクロップができない
This commit is contained in:
parent
b5ee7f852e
commit
f03d4ae585
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
|||
</div>
|
||||
</Transition>
|
||||
<div class="container">
|
||||
<img ref="imgEl" :src="file.url" style="display: none;" @load="onImageLoad">
|
||||
<img ref="imgEl" crossorigin="anonymous" :src="file.url" style="display: none;" @load="onImageLoad">
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
|
Loading…
Add table
Reference in a new issue