mirror of
https://github.com/rstudio/shiny.git
synced 2026-01-11 16:08:19 -05:00
Compare commits
1 Commits
tabsetPane
...
feature/gr
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
aaba9aafd0 |
@@ -55,8 +55,10 @@ renderReactLog <- function() {
|
||||
}
|
||||
|
||||
.graphAppend <- function(logEntry, domain = getDefaultReactiveDomain()) {
|
||||
if (isTRUE(getOption('shiny.reactlog')))
|
||||
if (isTRUE(getOption('shiny.reactlog'))) {
|
||||
logEntry$session <- if (is.null(domain)) NULL else domain$token
|
||||
.graphEnv$log <- c(.graphEnv$log, list(logEntry))
|
||||
}
|
||||
|
||||
if (!is.null(domain)) {
|
||||
domain$reactlog(logEntry)
|
||||
|
||||
Reference in New Issue
Block a user