1 parent a328cd9 commit 898d52dCopy full SHA for 898d52d
src/components/chat/bubbles.ts
@@ -1911,7 +1911,7 @@ export default class ChatBubbles {
1911
}
1912
1913
public createScrollSaver(reverse = true) {
1914
- const scrollSaver = new ScrollSaver(this.scrollable, '.bubble:not(.is-date)', reverse);
+ const scrollSaver = new ScrollSaver(this.scrollable, '.bubble:not(.is-date):not(.is-sponsored)', reverse);
1915
return scrollSaver;
1916
1917
0 commit comments