We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6ecca60 + 6844d74 commit 4c0c7d8Copy full SHA for 4c0c7d8
1 file changed
inst/htmlwidgets/plotly.js
@@ -296,7 +296,7 @@ HTMLWidgets.widget({
296
297
298
// send user input event data to shiny
299
- if (HTMLWidgets.shinyMode) {
+ if (HTMLWidgets.shinyMode && Shiny.setInputValue) {
300
301
// Some events clear other input values
302
// TODO: always register these?
0 commit comments