CCICB / CRUX

Other
2 stars 1 forks source link

Remove `suspendWhenHidden = FALSE` from all modules #38

Open selkamand opened 1 year ago

selkamand commented 1 year ago

outputOptions(..., suspendWhenHidden = FALSE) has been used in several places.

This causes code to run at times thats unnecessary. Remove all instances of it.

If wanting to change UI based on server conditions. Use hidden tabsetpanels and updateTabsetPanels in server functions instead