How do I make jstree to select node only on left click?

Alexander Suraphel picture Alexander Suraphel · Dec 18, 2013 · Viewed 7.2k times · Source

Currently both left and right click select the node which interferes contextmenu as I use left clicks to go to other pages. How do I make select_node.jstree event know which mouse button is being clicked?

Answer

periklis picture periklis · Oct 7, 2014

You can also Use "select_node":false in the "contextmenu" section of your jstree settings to disable activating the node with the right click

see jstree documentation for this