Skip to content

Commit

Permalink
(⁄ ⁄•⁄ω⁄•⁄ ⁄) disable interactive output image (temp)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ducheved committed Mar 12, 2024
1 parent 4bd7c25 commit c2ba2df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/src/views/ConverterView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,8 @@
<div>
<div v-if="image">
<div ref="container" class="image-container mt-4">
<img ref="image" v-if="!cropSelected" :src="image" alt="Processed image" class="mt-4 rounded-lg shadow-lg" />
<!-- <img ref="image" v-if="!cropSelected" :src="image" alt="Processed image" class="mt-4 rounded-lg shadow-lg" /> -->
<img v-if="!cropSelected" :src="image" alt="Processed image" class="mt-4 rounded-lg shadow-lg" />
</div>
<div v-show="showDetails"
class="fixed md:prose-md lg:prose-md prose-sm dark:prose-invert sm:prose-sm xl:prose-lg dark:prose-invert inset-0 z-50 overflow-auto bg-smoke-light flex">
Expand Down

0 comments on commit c2ba2df

Please sign in to comment.