Skip to content
Open
Changes from 9 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion R/TealAppDriver.R
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ TealAppDriver <- R6::R6Class( # nolint: object_name.
get_active_module_plot_output = function(plot_id) {
checkmate::check_string(plot_id)
self$get_attr(
self$namespaces()$module(sprintf("%s-plot_main > img", plot_id)),
self$namespaces(TRUE)$module(sprintf("%s-plot_main > img", plot_id)),
"src"
)
},
Expand Down
Loading