Topic: Click handler on node

Hi,

I just started using the Tree plugin, and very impressed with it so far!

I'm running into a problem with implementing the tree: how do I combine a click event with the drag and drop functionality?

I want to use a click handler on a tree node to open up a new tab in a tabpanel. I haven't found a specific 'click'-event, so instead I'm using the 'select'-event. However one of the problems with this is that it doesn't combine well with the drag and drop functionality: the select event fires straight after I start dragging (and fires each times the dragging node hovers over another node).

What's the preferred way to listen for an actual click (or double click) event on tree nodes?