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
Hi, it seems in my Chrome or Safari, the perPage demo (https://codepen.io/pawelgrzybek/pen/dWbGyZ) items are not draggable even when draggable is true. Also in this previous bug issue pen (https://codepen.io/kplaneta/pen/ooqJrg) I cannot drag until I have clicked on a page number to fire the goTo() function in the navigation.
I used the latest version locally and have the same issue. My workaround is to call the goTo() method after creating the instance as startIndex property didn't work.
Hi, it seems in my Chrome or Safari, the
perPage
demo (https://codepen.io/pawelgrzybek/pen/dWbGyZ) items are not draggable even whendraggable
is true. Also in this previous bug issue pen (https://codepen.io/kplaneta/pen/ooqJrg) I cannot drag until I have clicked on a page number to fire thegoTo()
function in the navigation.I used the latest version locally and have the same issue. My workaround is to call the
goTo()
method after creating the instance asstartIndex
property didn't work.The text was updated successfully, but these errors were encountered: