mirror of
https://github.com/danbulant/Mangades
synced 2026-06-19 22:31:30 +00:00
fix character info being wrongly shown
This commit is contained in:
parent
da54646ce8
commit
cbed6bb4f7
1 changed files with 2 additions and 0 deletions
|
|
@ -316,6 +316,8 @@
|
|||
$: if(!loadingNextPage && chapters && chapters.data.length < chapters.total && scrollY > 300 && scrollY > document.body.scrollHeight * 0.8) loadNextPage();
|
||||
|
||||
var selectedCharacter = null;
|
||||
|
||||
$: if(!selectedImage) selectedCharacter = null;
|
||||
</script>
|
||||
|
||||
<svelte:window on:beforeunload={beforeUnload} bind:innerWidth={width} bind:scrollY bind:innerHeight />
|
||||
|
|
|
|||
Loading…
Reference in a new issue