fix #79
This commit is contained in:
parent
9b5a61e57d
commit
9d496efd03
3 changed files with 21 additions and 3 deletions
|
|
@ -5,7 +5,16 @@
|
|||
class="drag-zone"
|
||||
:class="{ grabbing: isDragToRotateEnabled }"
|
||||
></div>
|
||||
<img :src="openedFile.url" alt="" width="500" height="500" />
|
||||
<img
|
||||
:src="
|
||||
virtualSampleStore.isCompareModeEnabled
|
||||
? currentFile.url
|
||||
: openedFile.url
|
||||
"
|
||||
alt=""
|
||||
width="500"
|
||||
height="500"
|
||||
/>
|
||||
</figure>
|
||||
<div
|
||||
id="helper"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue