We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae780d1 commit 72887d1Copy full SHA for 72887d1
core/src/components/infinite-scroll/test/top/index.html
@@ -64,7 +64,11 @@
64
65
// Add newly loaded items with special styling
66
function appendNewItems() {
67
- const randomColor = '#' + Math.floor(Math.random()*16777215).toString(16).padStart(6, '0');
+ const randomColor =
68
+ '#' +
69
+ Math.floor(Math.random() * 16777215)
70
+ .toString(16)
71
+ .padStart(6, '0');
72
73
// Reverse the order of the items to match
74
// the order of the initial items
0 commit comments