Fix #1011
This commit is contained in:
parent
050094e17a
commit
24f4e0d8d8
@ -1778,7 +1778,8 @@ Keybinds =
|
|||||||
return unless /(Esc|Alt|Ctrl|Meta)/.test key
|
return unless /(Esc|Alt|Ctrl|Meta)/.test key
|
||||||
|
|
||||||
threadRoot = Nav.getThread()
|
threadRoot = Nav.getThread()
|
||||||
thread = Get.postFromNode($('.op', threadRoot)).thread
|
if op = $ '.op', threadRoot
|
||||||
|
thread = Get.postFromNode(op).thread
|
||||||
switch key
|
switch key
|
||||||
# QR & Options
|
# QR & Options
|
||||||
when Conf['Toggle board list']
|
when Conf['Toggle board list']
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user