fix(webui): key reader to bookId to prevent stale images being shown

This commit is contained in:
timbretimber 2026-04-28 09:40:01 -06:00
parent 9c84690a07
commit 2ea5d93996
No known key found for this signature in database

View file

@ -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"