Skip to content

Commit 75266ef

Browse files
authored
fix: pause home carousel while editing memo (#12680)
Refs #12679
1 parent b3c593b commit 75266ef

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

frontend/src/views/home/index.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@
168168
height="368px"
169169
indicator-position=""
170170
arrow="never"
171+
:autoplay="!showMemoCarousel || !memoEditing"
171172
>
172173
<el-carousel-item key="systemInfo">
173174
<CardWithHeader :header="$t('home.systemInfo')">

0 commit comments

Comments
 (0)