MonashProteomics / FragPipe-Analyst

GNU General Public License v3.0
12 stars 5 forks source link

Avoid updating analysis without pressing the submit button again #7

Closed hsiaoyi0504 closed 1 year ago

hsiaoyi0504 commented 2 years ago

So, the action button is actually an integer input: https://shiny.rstudio.com/reference/shiny/latest/actionButton.html. It will be updated each time it is clicked. start_analysis() should consider if the action button hits again and prevent other things triggered before this change.

Hailey-Z commented 1 year ago

Updated something on this pull request #54

hsiaoyi0504 commented 1 year ago

64 is related, but couldn't reproduce this one. Close it for now.