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
{{ message }}
This repository has been archived by the owner on Oct 21, 2022. It is now read-only.
I have a table that i initialized manually when the page loads everything is fine with the table starting in swipe but if i change to stack and then back to swipe i get this error
Uncaught TypeError: fragment.reverse is not a function
pointing to this part on the code:
if( fragment.length > 1 ){
fragment = fragment.reverse();
}
if i initialize the table with stack or toggle instead and then change it to swipe or toggle more than once the same thing happens.
I am using version 3.0.9 but it happened in 3.0.6 as well
Update: it seems to happens when i change to stacks and then back to wither swipe or toggle, if i change between toggle and swipe only no matter how many times i i do it it does not happens.
The text was updated successfully, but these errors were encountered:
I have a table that i initialized manually when the page loads everything is fine with the table starting in swipe but if i change to stack and then back to swipe i get this error
Uncaught TypeError: fragment.reverse is not a function
pointing to this part on the code:
if i initialize the table with stack or toggle instead and then change it to swipe or toggle more than once the same thing happens.
I am using version 3.0.9 but it happened in 3.0.6 as well
Update: it seems to happens when i change to stacks and then back to wither swipe or toggle, if i change between toggle and swipe only no matter how many times i i do it it does not happens.
The text was updated successfully, but these errors were encountered: