Fix unread line appearing when replying to a completely read thread.
This commit is contained in:
parent
e0ce355a24
commit
b0fd56ac8d
@ -202,7 +202,7 @@ Unread =
|
||||
|
||||
setLine: (force) ->
|
||||
return unless Conf['Unread Line']
|
||||
if d.hidden or (force is true)
|
||||
if Unread.hr.hidden or d.hidden or (force is true)
|
||||
if Unread.linePosition = Unread.positionPrev()
|
||||
$.after Unread.linePosition.data.nodes.root, Unread.hr
|
||||
else
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user