mirror of
https://github.com/rstudio/shiny.git
synced 2026-04-07 03:00:20 -04:00
fix freeze/thaw rlog'ing
This commit is contained in:
@@ -325,7 +325,7 @@ RLog <- R6Class(
|
||||
))
|
||||
},
|
||||
freezeReactiveKey = function(reactId, key, domain)
|
||||
freeze(keyIdStr(reactId, key), domain),
|
||||
freezeReactiveVal(keyIdStr(reactId, key), domain),
|
||||
|
||||
thawReactiveVal = function(reactId, domain) {
|
||||
msg$log("thaw: ", msg$reactStr(reactId))
|
||||
@@ -335,7 +335,7 @@ RLog <- R6Class(
|
||||
))
|
||||
},
|
||||
thawReactiveKey = function(reactId, key, domain)
|
||||
thaw(keyIdStr(reactId, key), domain)
|
||||
thawReactiveVal(keyIdStr(reactId, key), domain)
|
||||
)
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user