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