react-treebeard
react-treebeard copied to clipboard
Double Clicking On Node
Is it possible to detect a double click on a node? I can't see anything in the docs about it and haven't had much luck trying to implement it.
Thanks in advance.
i think you can bind event on the obj like...object.addEventListener("dblclick", myScript);
Any updated on this one? Would really need this support :)
Any Update ? Does it support Shift Click ?