Skip to content

Commit

Permalink
Removed shiny-bound-input to fix the button not registering caused …
Browse files Browse the repository at this point in the history
…by new shiny fix (rstudio/shiny#3946)
  • Loading branch information
dipterix committed Apr 26, 2024
1 parent 031c0e9 commit 88137b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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"))
)
Expand Down
4 changes: 2 additions & 2 deletions R/output-widgets.R
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 88137b1

Please sign in to comment.