Keep thread from moving off screen when contracted via keybind.
This commit is contained in:
parent
83b52f1bb5
commit
2f3a3182ae
@ -182,6 +182,8 @@ Keybinds =
|
|||||||
when Conf['Expand thread']
|
when Conf['Expand thread']
|
||||||
return unless g.VIEW is 'index' and threadRoot
|
return unless g.VIEW is 'index' and threadRoot
|
||||||
ExpandThread.toggle thread
|
ExpandThread.toggle thread
|
||||||
|
# Keep thread from moving off screen when contracted.
|
||||||
|
Header.scrollTo threadRoot
|
||||||
when Conf['Open thread']
|
when Conf['Open thread']
|
||||||
return unless g.VIEW is 'index' and threadRoot
|
return unless g.VIEW is 'index' and threadRoot
|
||||||
Keybinds.open thread
|
Keybinds.open thread
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user