mirror of
https://github.com/rstudio/shiny.git
synced 2026-01-10 23:48:01 -05:00
Do correct assignment of resizeObserverCreated (#3177)
This commit is contained in:
@@ -574,7 +574,7 @@ bindCache.shiny.renderPlot <- function(x, ...,
|
||||
# session ends. This is generally bad programming practice and should be
|
||||
# rare, but still, we should try to clean up properly.
|
||||
|
||||
resizeObserverCreated <- TRUE
|
||||
resizeObserverCreated <<- TRUE
|
||||
}
|
||||
|
||||
renderFunc <- function(...) {
|
||||
|
||||
Reference in New Issue
Block a user