diff --git a/R/module_snapshot_manager.R b/R/module_snapshot_manager.R index 239bb4c000..1e724e2058 100644 --- a/R/module_snapshot_manager.R +++ b/R/module_snapshot_manager.R @@ -116,6 +116,10 @@ snapshot_manager_srv <- function(id, slices_global, mapping_matrix, datasets) { logger::log_trace("snapshot_manager_srv initializing") # Set up bookmarking callbacks ---- + # Register bookmark exclusions (all buttons and text fields). + setBookmarkExclude(c("snapshot_add", "snapshot_load", "snapshot_reset", + "snapshot_name_accept", "snaphot_file_accept", + "snapshot_name", "snapshot_file")) # Add current filter state to bookmark. # This is done on the app session because the value is restored in `module_teal` # and we don't want to have to use this module's name space there.