Skip to content

Commit

Permalink
fix: remove unnecessary change
Browse files Browse the repository at this point in the history
  • Loading branch information
averissimo committed Nov 26, 2024
1 parent fd2a730 commit 1e403ae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion R/plot_with_settings.R
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,6 @@ plot_with_settings_srv <- function(id,
# if width = NULL then set default_slider_width to be the value of the plot width on load
observeEvent(session$clientData[[paste0("output_", ns("plot_main_width"))]],
handlerExpr = {
print("default_slider_width is set")
default_slider_width(default_w() * c(1, 0.5, 2.8))
},
once = TRUE,
Expand Down

0 comments on commit 1e403ae

Please sign in to comment.