Skip to content

Commit

Permalink
register bookmark exclusions in snapshot manager
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksander Chlebowski committed Mar 25, 2024
1 parent 5c1896e commit ae46faa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions R/module_snapshot_manager.R
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit ae46faa

Please sign in to comment.