Skip to content

Commit

Permalink
fixed input$jsTreeCopied (close #28)
Browse files Browse the repository at this point in the history
  • Loading branch information
stla committed Feb 7, 2024
1 parent 97338ea commit 33ec525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/htmlwidgets/jstreer.js
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ HTMLWidgets.widget({
Shiny.setInputValue("jsTreeCopied:jsTreeR.copied", {
from: { instance: oldInstanceId, path: oldPath },
to: { instance: newInstanceId, path: newPath }
});
}, {priority: "event"});
setShinyValue(newInstance, checkboxes);
}
});
Expand Down

0 comments on commit 33ec525

Please sign in to comment.