mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 10:29:35 +08:00
FIX: Issue scroll event after rendering
This commit is contained in:
parent
35e6e5ff67
commit
4ffca82bab
|
@ -33,6 +33,7 @@ Discourse.Scrolling = Em.Mixin.create({
|
|||
}
|
||||
|
||||
Discourse.ScrollingDOMMethods.bindOnScroll(onScrollMethod, opts.name);
|
||||
Em.run.scheduleOnce('afterRender', onScrollMethod);
|
||||
},
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue
Block a user