Skip to content

Commit 33ec525

Browse files
committed
fixed input$jsTreeCopied (close #28)
1 parent 97338ea commit 33ec525

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inst/htmlwidgets/jstreer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ HTMLWidgets.widget({
443443
Shiny.setInputValue("jsTreeCopied:jsTreeR.copied", {
444444
from: { instance: oldInstanceId, path: oldPath },
445445
to: { instance: newInstanceId, path: newPath }
446-
});
446+
}, {priority: "event"});
447447
setShinyValue(newInstance, checkboxes);
448448
}
449449
});

0 commit comments

Comments
 (0)