Skip to content

Commit d9662a6

Browse files
committed
explicit namespacing
1 parent 02c9aa4 commit d9662a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/shiny.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ prepareWidget <- function(x) {
6565
}
6666

6767
register_plot_events <- function(p) {
68-
session <- getDefaultReactiveDomain()
68+
session <- shiny::getDefaultReactiveDomain()
6969
eventIDs <- paste(p$x$shinyEvents, p$x$source, sep = "-")
7070
session$userData$plotlyShinyEventIDs <- unique(c(
7171
session$userData$plotlyShinyEventIDs,

0 commit comments

Comments
 (0)