Scroll to collapsed thread when hiding with keybind. #864

This commit is contained in:
ccd0 2016-04-30 07:49:11 -07:00
parent 8677bf8cc2
commit 6c81710814

View File

@ -184,8 +184,9 @@ Keybinds =
return unless threadRoot
Keybinds.hl 0, threadRoot
when Conf['Hide']
return unless thread
ThreadHiding.toggle thread if ThreadHiding.db
return unless thread and ThreadHiding.db
Header.scrollTo threadRoot
ThreadHiding.toggle thread
when Conf['Previous Post Quoting You']
return unless threadRoot and QuoteYou.db
QuoteYou.cb.seek 'preceding'