Fix update bugs when Auto Scroll is enabled.
Bug was introduced by commit c38c37c7200f208699fd9dce62f557b1185bfd3a.
This commit is contained in:
parent
7f32648ed0
commit
fcc1a60d51
@ -320,6 +320,7 @@ ThreadUpdater =
|
|||||||
ThreadUpdater.root.getBoundingClientRect().bottom - doc.clientHeight < 25
|
ThreadUpdater.root.getBoundingClientRect().bottom - doc.clientHeight < 25
|
||||||
|
|
||||||
for post in posts
|
for post in posts
|
||||||
|
root = post.nodes.root
|
||||||
unless QuoteThreading.insert post
|
unless QuoteThreading.insert post
|
||||||
$.add ThreadUpdater.root, post.nodes.root
|
$.add ThreadUpdater.root, post.nodes.root
|
||||||
$.event 'PostsInserted'
|
$.event 'PostsInserted'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user