From c068ac35b8993c1682a6a09edd549f7ae3ed32d6 Mon Sep 17 00:00:00 2001 From: vedhav Date: Wed, 16 Oct 2024 17:23:59 +0530 Subject: [PATCH] chore: add package prefix --- R/toggleable_slider.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/toggleable_slider.R b/R/toggleable_slider.R index ea39b1d9..a7e380a0 100644 --- a/R/toggleable_slider.R +++ b/R/toggleable_slider.R @@ -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)