Scroll to collapsed thread when hiding with keybind. #864
This commit is contained in:
parent
8677bf8cc2
commit
6c81710814
@ -184,8 +184,9 @@ Keybinds =
|
|||||||
return unless threadRoot
|
return unless threadRoot
|
||||||
Keybinds.hl 0, threadRoot
|
Keybinds.hl 0, threadRoot
|
||||||
when Conf['Hide']
|
when Conf['Hide']
|
||||||
return unless thread
|
return unless thread and ThreadHiding.db
|
||||||
ThreadHiding.toggle thread if ThreadHiding.db
|
Header.scrollTo threadRoot
|
||||||
|
ThreadHiding.toggle thread
|
||||||
when Conf['Previous Post Quoting You']
|
when Conf['Previous Post Quoting You']
|
||||||
return unless threadRoot and QuoteYou.db
|
return unless threadRoot and QuoteYou.db
|
||||||
QuoteYou.cb.seek 'preceding'
|
QuoteYou.cb.seek 'preceding'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user