修复FluCarousel设置autoPlay为false时手动翻页仍触发自动轮播翻页问题 issue: #563

This commit is contained in:
Polaris-Night 2025-02-17 23:24:31 +08:00
parent 7a6efa41fb
commit e226599396

View File

@ -95,7 +95,9 @@ Item {
currentIndex = 1
}
d.flagXChanged = false
timer_run.restart()
if(d.isAnimEnable){
timer_run.restart()
}
}
onMovementStarted: {
d.flagXChanged = true