fix(threadlist): can click already-selected thread to re-open

This commit is contained in:
Evan Morikawa 2015-03-16 16:17:22 -07:00
parent e5ec9c16af
commit 0cc1457d08

View file

@ -35,8 +35,7 @@ ListTabularItem = React.createClass
</div>
_onClick: ->
if not @props.selected
@props.onSelect?(@props.item)
@props.onSelect?(@props.item)
@props.onClick?(@props.item)
if @_lastClickTime? and Date.now() - @_lastClickTime < 350