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
fix: 🐛 canvas is not cleaning up when switching slides
When using DeckBuilder and adding slides via withSlide() methods there,
it creates each slide with its own canvas representation. It leads to
the problem, when deck is not able to clean up canvas when switching
slides back and forth. This commit fixes an issue by passing the right
canvas from Deck instance through SlideBuilder.withCanvas() method.
0 commit comments