(change: ChangeInfo)
| 909 | } |
| 910 | |
| 911 | onInvalidation(change: ChangeInfo) { |
| 912 | if (change.type === "property" && change.name === "growing") { |
| 913 | this.tableEndObserved = false; |
| 914 | this.getIntersectionObserver().disconnect(); |
| 915 | } |
| 916 | } |
| 917 | |
| 918 | _onLoadMoreClick() { |
| 919 | this.fireDecoratorEvent("load-more"); |
no test coverage detected