From 88137b185f06eec7e229f7a6cb9ca2ac720d5fd0 Mon Sep 17 00:00:00 2001 From: dipterix Date: Thu, 25 Apr 2024 23:34:44 -0400 Subject: [PATCH] Removed `shiny-bound-input` to fix the button not registering caused by new shiny fix (https://github.com/rstudio/shiny/pull/3946) --- DESCRIPTION | 2 +- R/output-widgets.R | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index c224cc7..5428b27 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: ravedash Type: Package Title: Dashboard System for Reproducible Visualization of 'iEEG' -Version: 0.1.3.24 +Version: 0.1.3.25 Authors@R: c( person("Zhengjia", "Wang", email = "dipterix.wang@gmail.com", role = c("aut", "cre", "cph")) ) diff --git a/R/output-widgets.R b/R/output-widgets.R index 9015a82..4695bd6 100644 --- a/R/output-widgets.R +++ b/R/output-widgets.R @@ -55,9 +55,9 @@ output_gadget <- function( "ravedash-output-widget", switch ( type, - actionbutton = "action-button shiny-bound-input", + actionbutton = "action-button", download = "shiny-download-link", - download2 = "action-button shiny-bound-input", + download2 = "action-button", {NULL} ), class