diff --git a/src/Miscellaneous/Keybinds.coffee b/src/Miscellaneous/Keybinds.coffee index 7414f1763..74e55ecc1 100644 --- a/src/Miscellaneous/Keybinds.coffee +++ b/src/Miscellaneous/Keybinds.coffee @@ -109,7 +109,7 @@ Keybinds = when Conf['Deselect reply'] Keybinds.hl 0, threadRoot when Conf['Hide'] - ThreadHiding.toggle thread if g.VIEW is 'index' + ThreadHiding.toggle thread if ThreadHiding.db else return e.preventDefault()