fix(thread-list): Random error when rapidly clicking row after launch

This commit is contained in:
Ben Gotow 2016-07-28 13:31:48 -07:00
parent 5f52a9a47b
commit e3a58b4bde

View file

@ -58,6 +58,7 @@ class ObservableListDataSource extends ListTabular.DataSource
@_resultSet.modelAtOffset(offset)
getById: (id) ->
return null unless @_resultSet
@_resultSet.modelWithId(id)
indexOfId: (id) ->