mirror of
https://github.com/3b1b/manim.git
synced 2025-11-14 09:17:51 +00:00
Don't save state after each embed cell call
This commit is contained in:
parent
a105216a47
commit
bbc89d13e9
1 changed files with 0 additions and 1 deletions
|
|
@ -270,7 +270,6 @@ class Scene(object):
|
|||
def post_cell_func(*args, **kwargs):
|
||||
if not self.is_window_closing():
|
||||
self.update_frame(dt=0, ignore_skipping=True)
|
||||
self.save_state()
|
||||
|
||||
shell.events.register("post_run_cell", post_cell_func)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue