Fix unread line not being placed when scrolling to post hidden by Reply Pruning.

This commit is contained in:
ccd0 2016-04-04 00:11:38 -07:00
parent c473e01638
commit 355572331f

View File

@ -62,8 +62,8 @@ Unread =
$.on d, 'ThreadUpdate', Unread.onUpdate
ready: ->
Unread.setLine true
Unread.scroll() if Conf['Remember Last Read Post'] and Conf['Scroll to Last Read Post']
Unread.setLine true
Unread.read()
Unread.update()
$.on d, 'scroll visibilitychange', Unread.read