Fix update bugs when Auto Scroll is enabled.

Bug was introduced by commit c38c37c7200f208699fd9dce62f557b1185bfd3a.
This commit is contained in:
ccd0 2014-12-08 18:06:01 -08:00
parent 7f32648ed0
commit fcc1a60d51

View File

@ -320,6 +320,7 @@ ThreadUpdater =
ThreadUpdater.root.getBoundingClientRect().bottom - doc.clientHeight < 25
for post in posts
root = post.nodes.root
unless QuoteThreading.insert post
$.add ThreadUpdater.root, post.nodes.root
$.event 'PostsInserted'