mirror of
https://github.com/VueTorrent/VueTorrent.git
synced 2024-11-28 13:08:53 +03:00
fix(overview): Canvas not displaying correctly (#1032)
This commit is contained in:
parent
743815adf0
commit
b68c4870ef
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@
|
|||
{{ $t('modals.detail.pageOverview.waitingForMetadata') }}
|
||||
</span>
|
||||
</div>
|
||||
<div v-else-if="!shouldRenderPieceStates">
|
||||
<div v-else-if="shouldRenderPieceStates">
|
||||
<canvas id="pieceStates" width="0" height="1" />
|
||||
</div>
|
||||
<div v-if="!isFetchingMetadata && !shouldRenderPieceStates">
|
||||
|
|
Loading…
Reference in a new issue