Fix shift/alt clicking regression in the catalog.
This commit is contained in:
parent
600febc22e
commit
e0a171c558
@ -130,7 +130,7 @@ Index =
|
|||||||
$.on @nodes.thumb, 'click', Index.onClick
|
$.on @nodes.thumb, 'click', Index.onClick
|
||||||
onClick: (e) ->
|
onClick: (e) ->
|
||||||
return if e.button isnt 0
|
return if e.button isnt 0
|
||||||
root = @parentNode.parentNode
|
root = @parentNode
|
||||||
thread = g.threads[root.dataset.fullID]
|
thread = g.threads[root.dataset.fullID]
|
||||||
if e.shiftKey
|
if e.shiftKey
|
||||||
Index.toggleHide thread, root
|
Index.toggleHide thread, root
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user