mirror of
https://github.com/gotson/komga.git
synced 2025-12-20 15:34:17 +01:00
fix(webui): don't reload card thumbnail if one was successfully loaded
This commit is contained in:
parent
15bad4b20a
commit
10cdedcf5d
1 changed files with 1 additions and 0 deletions
|
|
@ -14,6 +14,7 @@
|
|||
aspect-ratio="0.7071"
|
||||
contain
|
||||
@error="thumbnailError = true"
|
||||
@load="thumbnailError = false"
|
||||
>
|
||||
<!-- unread tick for book -->
|
||||
<div class="unread" v-if="isUnread"/>
|
||||
|
|
|
|||
Loading…
Reference in a new issue