This commit is contained in:
Jan Prochazka
2022-09-01 15:53:44 +02:00
parent 91e1c83a91
commit 61f82be9f3
2 changed files with 3 additions and 0 deletions

View File

@@ -372,6 +372,7 @@
if (!display) return;
await tick();
if (!domTable) return;
if (!display) return;
if (disableLoadNextRef.get()) return;
const rowIndex = getLastVisibleRowIndex();