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
@RomanTsukanovisGoingBackwards !== isPrevPage. isPrevPage when a user press a previous button or goes exactly on a page before the current. isGoingBackwards should be true when a user goes to any page before the current.
The same story with the isGoingForwards.
I have added these two properties. 'allow' is already here.
onCurrentPageChanging
:options.allowChanging
->options.allow
(for consistency)onCurrentPageChanging
andonCurrentPageChanged
:options.isNextPage
andoptions.isPrevPage
- replace withoptions.isGoingBackwards
The text was updated successfully, but these errors were encountered: