Skip to content

Commit

Permalink
chore: add package prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
vedhav committed Oct 16, 2024
1 parent 215c0fc commit c068ac3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/toggleable_slider.R
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ toggle_slider_server <- function(id, is_dichotomous_slider = TRUE, step_slider =
if (is.null(old_state)) {
old_state <- new_state
}
new_state <- modifyList(old_state, new_state)
new_state <- utils::modifyList(old_state, new_state)

if (!setequal(new_state, cur_state())) {
cur_state(new_state)
Expand Down

0 comments on commit c068ac3

Please sign in to comment.