mirror of
https://github.com/rstudio/shiny.git
synced 2026-01-11 07:58:11 -05:00
Compare commits
1 Commits
barbara/ht
...
joe/destro
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b414ae512a |
@@ -526,9 +526,9 @@ ShinySession <- R6Class(
|
||||
# name not working unless name was eagerly evaluated. Yikes!
|
||||
force(name)
|
||||
|
||||
# If overwriting an output object, suspend the previous copy of it
|
||||
# If overwriting an output object, destroy the previous copy of it
|
||||
if (!is.null(private$.outputs[[name]])) {
|
||||
private$.outputs[[name]]$suspend()
|
||||
private$.outputs[[name]]$destroy()
|
||||
}
|
||||
|
||||
if (is.function(func)) {
|
||||
|
||||
Reference in New Issue
Block a user