We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02c9aa4 commit d9662a6Copy full SHA for d9662a6
R/shiny.R
@@ -65,7 +65,7 @@ prepareWidget <- function(x) {
65
}
66
67
register_plot_events <- function(p) {
68
- session <- getDefaultReactiveDomain()
+ session <- shiny::getDefaultReactiveDomain()
69
eventIDs <- paste(p$x$shinyEvents, p$x$source, sep = "-")
70
session$userData$plotlyShinyEventIDs <- unique(c(
71
session$userData$plotlyShinyEventIDs,
0 commit comments