From 8e5aedec00c47c64717a75c625ff36a52ebe1b43 Mon Sep 17 00:00:00 2001 From: Winston Chang Date: Fri, 4 Dec 2020 08:58:52 -0600 Subject: [PATCH] Do correct assignment of resizeObserverCreated (#3177) --- R/bind-cache.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/bind-cache.R b/R/bind-cache.R index ba987bb84..335b3b679 100644 --- a/R/bind-cache.R +++ b/R/bind-cache.R @@ -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(...) {