0👍
Strangely enough, I solved it by firing a custom scroll event when calling my function:
loadDataToSystem() {
window.dispatchEvent(new Event('scroll'));
.........
}
Source:stackexchange.com
0👍
Strangely enough, I solved it by firing a custom scroll event when calling my function:
loadDataToSystem() {
window.dispatchEvent(new Event('scroll'));
.........
}