You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
where ui_root_sidebar is the id of my sidebar. I want to stop the loop if the sidebar is opened at that point, but the change is not detected until the loop ends. Is there a way to achieve this?
EDIT: in case it's relevant, this is within a function that's annotated with both reactive.effect and reactive.event(inputs.a_button_id).
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I essentially tried something like this:
where
ui_root_sidebar
is the id of my sidebar. I want to stop the loop if the sidebar is opened at that point, but the change is not detected until the loop ends. Is there a way to achieve this?EDIT: in case it's relevant, this is within a function that's annotated with both
reactive.effect
andreactive.event(inputs.a_button_id)
.Beta Was this translation helpful? Give feedback.
All reactions