You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
console.log('It seems the scroller element isn\'t scrolling, so it tries to render all the items at once.','Scroller:',_this.$el);
349
+
console.log('Make sure the scroller has a fixed height and \'overflow-y\' set to \'auto\' so it can scroll correctly and only render the items visible in the scroll viewport.');
350
+
});
351
+
thrownewError('Rendered items limit reached');
339
352
}
340
353
}
341
354
};
@@ -348,7 +361,7 @@ var VirtualScroller = { render: function render() {
console.log('It seems the scroller element isn\'t scrolling, so it tries to render all the items at once.','Scroller:',_this.$el);
355
+
console.log('Make sure the scroller has a fixed height and \'overflow-y\' set to \'auto\' so it can scroll correctly and only render the items visible in the scroll viewport.');
356
+
});
357
+
thrownewError('Rendered items limit reached');
345
358
}
346
359
}
347
360
};
@@ -354,7 +367,7 @@ var VirtualScroller = { render: function render() {
0 commit comments