swap to mousedown, see if this fixes the tests

This commit is contained in:
Justin Palmer 2013-02-13 13:42:25 -08:00
parent 28e1fb1a75
commit 9a2bd6e374

View File

@ -22,7 +22,7 @@ class PreviewList extends ScrollView
@setSelectedOperationIndex(parseInt($(e.target).closest('li').data('index')))
@executeSelectedOperation()
@on 'click', 'li.path', @onPathSelected
@on 'mousedown', 'li.path', @onPathSelected
onPathSelected: (event) =>
e = $(event.target)