FIX: Remove breaking super call in scroll-tracker component (#28810)

This commit is contained in:
Mark VanLandingham
2024-09-09 15:30:17 -05:00
committed by GitHub
parent 9a36286920
commit e4457ed2c6

View File

@@ -32,8 +32,6 @@ export default class ScrollTracker extends Component.extend(Scrolling) {
}
scrolled() {
super.scrolled(...arguments);
this.session.set(this.trackerName, {
position: $(window).scrollTop(),
tag: this.tag,