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
If we now use #pause in such a slide, the sidebar of the template will be hidden on all but the last subslide.
To fix this, we would need some sort of mechanism to reset or scope the effect of #pause.
I tried wrapping the last grid in an only((:)) block, but this didn't work.
The text was updated successfully, but these errors were encountered:
Suppose we have a template like follows:
If we now use
#pause
in such a slide, the sidebar of the template will be hidden on all but the last subslide.To fix this, we would need some sort of mechanism to reset or scope the effect of
#pause
.I tried wrapping the last
grid
in anonly((:))
block, but this didn't work.The text was updated successfully, but these errors were encountered: