Don't save state after each embed cell call

This commit is contained in:
Grant Sanderson 2024-07-31 15:32:08 +02:00
parent a105216a47
commit bbc89d13e9

View file

@ -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)