mirror of
https://github.com/3b1b/manim.git
synced 2025-04-13 09:47:07 +00:00
Ensure scene properly updates on an embed
This commit is contained in:
parent
0b2c59ac6b
commit
08e33faab8
1 changed files with 1 additions and 1 deletions
|
@ -216,7 +216,7 @@ class Scene(object):
|
|||
# Embed is only relevant with a preview
|
||||
return
|
||||
self.stop_skipping()
|
||||
self.update_frame()
|
||||
self.update_frame(force_draw=True)
|
||||
self.save_state()
|
||||
self.show_animation_progress = show_animation_progress
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue