Can reproduce on 16.1.0SNAPSHOT. Seems like the highlight action prevents the interactivity from this link in the tree. From what I can see, selecting it adds the `jstree-clicked` class on the `.jstree-anchor` anchor. My guess is that JStree relies on adding this class to activate the link, and does not do anything if it's already here (avoid double requests with two clicks). |
|