mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
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
Block a user