Close #950
This commit is contained in:
parent
9b0aa74875
commit
33149d4d69
@ -2928,7 +2928,9 @@
|
||||
Keybinds.hl(-1, threadRoot);
|
||||
break;
|
||||
case Conf['Hide']:
|
||||
ThreadHiding.toggle(thread);
|
||||
if (g.VIEW === 'index') {
|
||||
ThreadHiding.toggle(thread);
|
||||
}
|
||||
break;
|
||||
default:
|
||||
return;
|
||||
|
||||
@ -1626,7 +1626,7 @@ Keybinds =
|
||||
when Conf['Previous reply']
|
||||
Keybinds.hl -1, threadRoot
|
||||
when Conf['Hide']
|
||||
ThreadHiding.toggle thread
|
||||
ThreadHiding.toggle thread if g.VIEW is 'index'
|
||||
else
|
||||
return
|
||||
e.preventDefault()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user