Use self.pageLength instead of self.options.pageLength in List::getPageByPosition #359

Merged
j merged 1 commits from qsniyg/oxjs:fix-pagelength into master 2023-10-07 09:14:27 +00:00
Contributor

self.options.pageLength is a hint, the actual pageLength can differ. For example when orientation == "both", self.options.pageLength is disregarded entirely.

This fixes IconList updates.

`self.options.pageLength` is a hint, the actual `pageLength` can differ. For example when `orientation == "both"`, `self.options.pageLength` is disregarded entirely. This fixes `IconList` updates.
qsniyg added 1 commit 2023-09-04 22:34:34 +00:00
2c4e0b8f7b Use self.pageLength instead of self.options.pageLength in List::getPageByPosition
self.options.pageLength is a hint, the actual pageLength can differ. For example when orientation == both, self.options.pageLength is disregarded entirely.
j merged commit 2c4e0b8f7b into master 2023-10-07 09:14:27 +00:00
j deleted branch fix-pagelength 2023-10-07 09:14:27 +00:00
Sign in to join this conversation.
No description provided.