stla
stla
Hi @ismirsehregal Did you identify the reason for which I commented out the line? Because I don't want to restore this line if I don't know this reason.
My main laptop is dead. Now I only have an old one (with Windows 7) and I don't like to work on this one. But I will.
Yes you can ;-) Tell me whether there's a nice IDE for R that works with Windows 7. I really miss RStudio.
Hello, Thank you for your message. I've just checked my JavaScript code and then I've seen that I commented out one line in the handler of the `changed.jstree` event so...
There's nothing strange. A selection triggers the `select_node.jstree` event. And in `inst/htmlwidgets/jstreer.js` I have a handler for this event: ```js $el.on("select_node.jstree", function(e, data) { if(inShiny) { setShinyValue(data.instance, checkboxes); } //...