提交 45a7ef34 编写于 作者: P pissang

timeline: progress logic tweak.

上级 459a9d83
......@@ -702,9 +702,9 @@ class SliderTimelineView extends TimelineView {
for (let i = 0; i < len; i++) {
tickSymbols && tickSymbols[i]
&& tickSymbols[i].toggleState('progress', i <= currentIndex);
&& tickSymbols[i].toggleState('progress', i < currentIndex);
tickLabels && tickLabels[i]
&& tickLabels[i].toggleState('progress', i <= currentIndex);
&& tickLabels[i].toggleState('progress', i < currentIndex);
}
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册