Fix unread line not being placed when scrolling to post hidden by Reply Pruning.
This commit is contained in:
parent
c473e01638
commit
355572331f
@ -62,8 +62,8 @@ Unread =
|
|||||||
$.on d, 'ThreadUpdate', Unread.onUpdate
|
$.on d, 'ThreadUpdate', Unread.onUpdate
|
||||||
|
|
||||||
ready: ->
|
ready: ->
|
||||||
Unread.setLine true
|
|
||||||
Unread.scroll() if Conf['Remember Last Read Post'] and Conf['Scroll to Last Read Post']
|
Unread.scroll() if Conf['Remember Last Read Post'] and Conf['Scroll to Last Read Post']
|
||||||
|
Unread.setLine true
|
||||||
Unread.read()
|
Unread.read()
|
||||||
Unread.update()
|
Unread.update()
|
||||||
$.on d, 'scroll visibilitychange', Unread.read
|
$.on d, 'scroll visibilitychange', Unread.read
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user