Added a null and length check for pages before trying to modify their elements.
This commit is contained in:
parent
08a526ad4a
commit
7905758894
@ -2735,8 +2735,10 @@ class pagination extends IgniteTemplate {
|
||||
}
|
||||
|
||||
//Show the elements in the current page
|
||||
if (this.pages && this.pages.length > 0) {
|
||||
this.pages[this.currentPage].forEach(item => item.style.removeProperty("display"));
|
||||
}
|
||||
}
|
||||
|
||||
construct(parent, sibling) {
|
||||
//Don't construct if we have no parent, no sibling and no element.
|
||||
|
Loading…
x
Reference in New Issue
Block a user