You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(slider): fix incorrect dot pos caused by repeated init (Tencent#3085)
* feat(slider): fix incorrect dot pos caused by repeated init
each time init is called, the dots are set to the defaultValue position. Added a flag to filter
fixTencent#3083
* docs(slider): update readme
0 commit comments