john-harrold / formods

Shiny Modules for General Tasks
https://formods.ubiquity.tools
Other
8 stars 1 forks source link

Clear out screen pause at the app level #16

Open john-harrold opened 1 year ago

john-harrold commented 1 year ago

Currently screen pauses start and stop within functions. Pull out the stop and put it in an observe event with the lowest priority so that it happens after everthing out. The goal here is to prevent pause, unpause, pause, etc.