Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6d2fd55

Browse files
authored
fix: do not unmount slide too far away (#2079)
1 parent f3f2acb commit 6d2fd55

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/client/internals/SlidesShow.vue

-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ function onAfterLeave() {
8787
>
8888
<template v-for="route of loadedRoutes" :key="route.no">
8989
<SlideWrapper
90-
v-if="Math.abs(route.no - currentSlideRoute.no) <= 20"
9190
v-show="route === currentSlideRoute"
9291
:clicks-context="isPrintMode && !isPrintWithClicks ? createFixedClicks(route, CLICKS_MAX) : getPrimaryClicks(route)"
9392
:route="route"

0 commit comments

Comments
 (0)