Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3f2acb commit 6d2fd55Copy full SHA for 6d2fd55
packages/client/internals/SlidesShow.vue
@@ -87,7 +87,6 @@ function onAfterLeave() {
87
>
88
<template v-for="route of loadedRoutes" :key="route.no">
89
<SlideWrapper
90
- v-if="Math.abs(route.no - currentSlideRoute.no) <= 20"
91
v-show="route === currentSlideRoute"
92
:clicks-context="isPrintMode && !isPrintWithClicks ? createFixedClicks(route, CLICKS_MAX) : getPrimaryClicks(route)"
93
:route="route"
0 commit comments