Do correct assignment of resizeObserverCreated (#3177)

This commit is contained in:
Winston Chang
2020-12-04 08:58:52 -06:00
committed by GitHub
parent 13965acb37
commit 8e5aedec00

View File

@@ -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(...) {