mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2025-05-15 09:33:11 +08:00
修复FluCarousel设置autoPlay为false时手动翻页仍触发自动轮播翻页问题 issue: #563
This commit is contained in:
parent
7a6efa41fb
commit
e226599396
@ -95,7 +95,9 @@ Item {
|
|||||||
currentIndex = 1
|
currentIndex = 1
|
||||||
}
|
}
|
||||||
d.flagXChanged = false
|
d.flagXChanged = false
|
||||||
timer_run.restart()
|
if(d.isAnimEnable){
|
||||||
|
timer_run.restart()
|
||||||
|
}
|
||||||
}
|
}
|
||||||
onMovementStarted: {
|
onMovementStarted: {
|
||||||
d.flagXChanged = true
|
d.flagXChanged = true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user