cursor_pagination icon indicating copy to clipboard operation
cursor_pagination copied to clipboard

previous_cursor isn't working after next_cursor method

Open Kukunin opened this issue 12 years ago • 0 comments

It caused, because cursor stores information directly on the class. So, the next cursor invocation override previous information. Cursor information must be scope-specific

Kukunin avatar Sep 03 '13 15:09 Kukunin