mirror of
https://github.com/discourse/discourse.git
synced 2025-01-19 06:52:46 +08: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() {
|
||||
super.scrolled(...arguments);
|
||||
|
||||
this.session.set(this.trackerName, {
|
||||
position: $(window).scrollTop(),
|
||||
tag: this.tag,
|
||||
|
|
Loading…
Reference in New Issue
Block a user