Skip to content

Commit

Permalink
fix: on show overview drawing layer may behind wrapper in some case (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
LarchLiu committed Feb 22, 2022
1 parent d52237c commit c790291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client/internals/SlidesOverview.vue
Expand Up @@ -60,12 +60,12 @@ const cardWidth = computed(() => {
:clicks-disabled="true"
class="pointer-events-none"
>
<DrawingPreview :page="+route.path" />
<SlideWrapper
:is="route?.component"
:clicks-disabled="true"
:class="getSlideClass(route)"
/>
<DrawingPreview :page="+route.path" />
</SlideContainer>
</div>
<div
Expand Down

0 comments on commit c790291

Please sign in to comment.