isolating observeevent()s

This commit is contained in:
Tanushree Tunstall 2022-10-10 16:24:16 +01:00
parent 84ed09fea8
commit e9ce29f22b
2 changed files with 4 additions and 5 deletions

View file

@ -149,11 +149,9 @@ function(input, output, session) {
# Isolated observeEvent() which updates all the UI controls independently of the plot rendering observeEvent()
observeEvent(
{
input$display_position_range
input$stability_snp_param
input$logoplot_colour_scheme
#input$display_position_range
input$switch_target
input$force
input$force_ui
},
{
target_gene = input$switch_target

View file

@ -28,6 +28,7 @@ dashboardPage(skin="purple",
menuItem("LogoP OR", tabName="LogoP OR"),
menuItem("Lineage", tabName="Lineage"),
actionButton("force", "Force Refresh"),
actionButton("force_ui", "Refresh UI controls"),
#menuItem('Stability count', tabName='Stability count'),