FIX: Remove breaking super call in scroll-tracker component (#28810)
This commit is contained in:
parent
9a36286920
commit
e4457ed2c6
|
@ -32,8 +32,6 @@ export default class ScrollTracker extends Component.extend(Scrolling) {
|
||||||
}
|
}
|
||||||
|
|
||||||
scrolled() {
|
scrolled() {
|
||||||
super.scrolled(...arguments);
|
|
||||||
|
|
||||||
this.session.set(this.trackerName, {
|
this.session.set(this.trackerName, {
|
||||||
position: $(window).scrollTop(),
|
position: $(window).scrollTop(),
|
||||||
tag: this.tag,
|
tag: this.tag,
|
||||||
|
|
Loading…
Reference in New Issue