Skip to content

Commit 3d67da9

Browse files
committed
Revert "test code"
This reverts commit 9fe679e.
1 parent 6ec1d49 commit 3d67da9

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/features/scroll_to_bottom.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,6 @@ const startScrolling = () => {
4949
active = true;
5050
scrollToBottomButton.classList.add(activeClass);
5151
scrollToBottom();
52-
53-
const temp = document.querySelector(`${tagChicletCarouselLinkSelector}, [${borderAttribute}]`);
54-
if (temp) {
55-
onTagChicletCarouselItemsAdded([temp]);
56-
}
5752
};
5853

5954
const stopScrolling = () => {

0 commit comments

Comments
 (0)