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
I have a table with sorting using the orderBy filter. After clicking the column header, thus reversing the sort order, Vue gets stuck in an infinite loop, in the blockOp function. This happens only in 0.11.6, when I switch back to 0.11.5 everything works as usual.
I have a table with sorting using the orderBy filter. After clicking the column header, thus reversing the sort order, Vue gets stuck in an infinite loop, in the blockOp function. This happens only in 0.11.6, when I switch back to 0.11.5 everything works as usual.
Jsfiddle, will stick in infinite loop when clicking table header twice:
http://jsfiddle.net/kpq92t1x/2/
The text was updated successfully, but these errors were encountered: