Skip to content

Commit

Permalink
Update mod_imageAnalysis.R
Browse files Browse the repository at this point in the history
2024-05-14: Change delay parameter from 100 to 300 so as to reduce the frequency of event triggers
  • Loading branch information
YonghuiDong committed May 14, 2024
1 parent 068e9bf commit d8e3b95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/mod_imageAnalysis.R
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ mod_imageAnalysis_ui <- function(id){
closable = FALSE,
shiny::plotOutput(outputId = ns("ionImageROI"),
hover = hoverOpts(id = ns("hover"),
delay = 100,
delay = 300,
delayType = "throttle",
clip = TRUE,
nullOutside = TRUE
Expand Down

0 comments on commit d8e3b95

Please sign in to comment.