mirror of
https://github.com/gotson/komga.git
synced 2026-05-07 20:15:47 +02:00
fix(webui): key reader to bookId to prevent stale images being shown
This commit is contained in:
parent
9c84690a07
commit
2ea5d93996
1 changed files with 1 additions and 1 deletions
|
|
@ -121,7 +121,7 @@
|
|||
</v-slide-y-reverse-transition>
|
||||
</div>
|
||||
|
||||
<div class="full-height">
|
||||
<div class="full-height" :key="bookId">
|
||||
<continuous-reader
|
||||
v-if="continuousReader"
|
||||
:pages="pages"
|
||||
|
|
|
|||
Loading…
Reference in a new issue